SF.net SVN: geany: [391] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jun 2 14:26:39 UTC 2006


Revision: 391
Author:   ntrel
Date:     2006-06-02 07:26:34 -0700 (Fri, 02 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=391&view=rev

Log Message:
-----------
Fix Go to tag declaration/definition

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/callbacks.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-06-02 14:04:59 UTC (rev 390)
+++ trunk/ChangeLog	2006-06-02 14:26:34 UTC (rev 391)
@@ -3,9 +3,10 @@
  * src/highlighting.c, data/filetypes.css: improved colouring
 
 
-2006-06-01  Nick Treleaven  <nick.treleaven at btinternet.com>
+2006-06-02  Nick Treleaven  <nick.treleaven at btinternet.com>
 
  * src/dialogs.c: Fix dialog path warnings for command-line files.
+ * src/callbacks.c: Fix Go to tag declaration/definition.
 
 
 2006-05-31  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c	2006-06-02 14:04:59 UTC (rev 390)
+++ trunk/src/callbacks.c	2006-06-02 14:26:34 UTC (rev 391)
@@ -1288,7 +1288,7 @@
 	guint i, j;
 	const GPtrArray *tags;
 
-	if (utils_strcmp(_("Goto tag definition"), gtk_label_get_text(GTK_LABEL(gtk_bin_get_child(GTK_BIN(menuitem))))))
+	if (menuitem == GTK_MENU_ITEM(lookup_widget(app->popup_menu, "goto_tag_definition1")))
 		type = tm_tag_function_t;
 	else
 		type = tm_tag_prototype_t;


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