SF.net SVN: geany:[5833] trunk

colombanw at users.sourceforge.net colombanw at xxxxx
Fri Jun 3 13:41:01 UTC 2011


Revision: 5833
          http://geany.svn.sourceforge.net/geany/?rev=5833&view=rev
Author:   colombanw
Date:     2011-06-03 13:41:00 +0000 (Fri, 03 Jun 2011)

Log Message:
-----------
Also use the actual user search in the combo box history

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/search.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-06-03 13:40:42 UTC (rev 5832)
+++ trunk/ChangeLog	2011-06-03 13:41:00 UTC (rev 5833)
@@ -4,6 +4,8 @@
    src/search.c, src/search.h:
    Show the actual text the user searched for in messages rather than
    the internal one (patch by Eugene Arshinov, thanks).
+ * src/search.c:
+   Also use the actual user search in the combo box history.
 
 
 2011-06-02  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/src/search.c
===================================================================
--- trunk/src/search.c	2011-06-03 13:40:42 UTC (rev 5832)
+++ trunk/src/search.c	2011-06-03 13:41:00 UTC (rev 5833)
@@ -1386,9 +1386,9 @@
 	}
 
 	ui_combo_box_add_to_history(GTK_COMBO_BOX_ENTRY(
-		gtk_widget_get_parent(replace_dlg.find_entry)), find, 0);
+		gtk_widget_get_parent(replace_dlg.find_entry)), original_find, 0);
 	ui_combo_box_add_to_history(GTK_COMBO_BOX_ENTRY(
-		gtk_widget_get_parent(replace_dlg.replace_entry)), replace, 0);
+		gtk_widget_get_parent(replace_dlg.replace_entry)), original_replace, 0);
 
 	switch (response)
 	{


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list