SF.net SVN: geany:[3170] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Nov 4 13:33:09 UTC 2008


Revision: 3170
          http://geany.svn.sourceforge.net/geany/?rev=3170&view=rev
Author:   ntrel
Date:     2008-11-04 13:33:08 +0000 (Tue, 04 Nov 2008)

Log Message:
-----------
Fix Prefs dialog Tools tab Context Action open button showing the
file dialog twice.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-04 13:05:15 UTC (rev 3169)
+++ trunk/ChangeLog	2008-11-04 13:33:08 UTC (rev 3170)
@@ -3,7 +3,11 @@
  * src/editor.c:
    Fix snippets and smart indent using too much indentation when the
    line contains whitespace after non-whitespace characters. This
-   might also have affected other features (auto table, etc).
+   might also have affected other features (auto table, etc). (Fixes
+   #2215044).
+ * src/prefs.c:
+   Fix Prefs dialog Tools tab Context Action open button showing the
+   file dialog twice.
 
 
 2008-11-03  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c	2008-11-04 13:05:15 UTC (rev 3169)
+++ trunk/src/prefs.c	2008-11-04 13:33:08 UTC (rev 3170)
@@ -1659,8 +1659,6 @@
 		/* tools commands */
 		g_signal_connect(lookup_widget(ui_widgets.prefs_dialog, "button_contextaction"),
 			"clicked", G_CALLBACK(on_prefs_tools_button_clicked), lookup_widget(ui_widgets.prefs_dialog, "entry_contextaction"));
-		g_signal_connect(lookup_widget(ui_widgets.prefs_dialog, "button_contextaction"),
-			"clicked", G_CALLBACK(on_prefs_tools_button_clicked), lookup_widget(ui_widgets.prefs_dialog, "entry_contextaction"));
 
 		/* printing */
 		g_signal_connect(lookup_widget(ui_widgets.prefs_dialog, "button_print_external_cmd"),


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