SF.net SVN: geany: [1946] trunk/src/treeviews.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Mon Oct 15 14:14:56 UTC 2007
Revision: 1946
http://geany.svn.sourceforge.net/geany/?rev=1946&view=rev
Author: eht16
Date: 2007-10-15 07:14:56 -0700 (Mon, 15 Oct 2007)
Log Message:
-----------
Try to fix a bug with toggling of full path setting in the open files list.
Modified Paths:
--------------
trunk/src/treeviews.c
Modified: trunk/src/treeviews.c
===================================================================
--- trunk/src/treeviews.c 2007-10-15 08:53:26 UTC (rev 1945)
+++ trunk/src/treeviews.c 2007-10-15 14:14:56 UTC (rev 1946)
@@ -418,7 +418,7 @@
tv.popup_openfiles_fullpath = gtk_check_menu_item_new_with_mnemonic(_("Show _full path name"));
gtk_widget_show(tv.popup_openfiles_fullpath);
gtk_container_add(GTK_CONTAINER(tv.popup_openfiles), tv.popup_openfiles_fullpath);
- g_signal_connect((gpointer) tv.popup_openfiles_fullpath, "activate",
+ g_signal_connect((gpointer) tv.popup_openfiles_fullpath, "toggled",
G_CALLBACK(on_openfiles_tree_popup_clicked), GINT_TO_POINTER(OPENFILES_ACTION_FULLPATH));
item = gtk_image_menu_item_new_with_mnemonic(_("_Hide"));
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