SF.net SVN: geany:[4624] branches/geany-0.18.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 31 21:52:08 UTC 2010


Revision: 4624
          http://geany.svn.sourceforge.net/geany/?rev=4624&view=rev
Author:   eht16
Date:     2010-01-31 21:52:08 +0000 (Sun, 31 Jan 2010)

Log Message:
-----------
Backport from trunk:
Show the Find/Goto dialogs if the corresponding toolbar buttons are clicked but their text fields are not part of the toolbar (#2920807).

Modified Paths:
--------------
    branches/geany-0.18.1/ChangeLog
    branches/geany-0.18.1/src/callbacks.c

Modified: branches/geany-0.18.1/ChangeLog
===================================================================
--- branches/geany-0.18.1/ChangeLog	2010-01-31 21:51:57 UTC (rev 4623)
+++ branches/geany-0.18.1/ChangeLog	2010-01-31 21:52:08 UTC (rev 4624)
@@ -10,6 +10,13 @@
    Add gcc commands to build a plugin to the HowTo.
 
 
+2009-12-29  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/callbacks.c:
+   Show the Find/Goto dialogs if the corresponding toolbar buttons are
+   clicked but their text fields are not part of the toolbar (#2920807).
+
+
 2009-12-20  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/editor.c:

Modified: branches/geany-0.18.1/src/callbacks.c
===================================================================
--- branches/geany-0.18.1/src/callbacks.c	2010-01-31 21:51:57 UTC (rev 4623)
+++ branches/geany-0.18.1/src/callbacks.c	2010-01-31 21:52:08 UTC (rev 4624)
@@ -592,6 +592,8 @@
 		if (search_data.search_bar)
 			ui_set_search_entry_background(entry, result);
 	}
+	else
+		on_find1_activate(NULL, NULL);
 }
 
 
@@ -1285,6 +1287,8 @@
 
 		on_toolbutton_goto_entry_activate(NULL, text, NULL);
 	}
+	else
+		on_go_to_line_activate(NULL, NULL);
 }
 
 


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