SF.net SVN: geany-plugins:[619] trunk/addons/src/ao_systray.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Sat May 2 17:41:37 UTC 2009
Revision: 619
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=619&view=rev
Author: eht16
Date: 2009-05-02 17:41:37 +0000 (Sat, 02 May 2009)
Log Message:
-----------
Fix typo (oops).
Modified Paths:
--------------
trunk/addons/src/ao_systray.c
Modified: trunk/addons/src/ao_systray.c
===================================================================
--- trunk/addons/src/ao_systray.c 2009-05-02 17:39:57 UTC (rev 618)
+++ trunk/addons/src/ao_systray.c 2009-05-02 17:41:37 UTC (rev 619)
@@ -171,9 +171,9 @@
GTK_WINDOW(geany->main_widgets->window)));
#if GTK_CHECK_VERSION(2, 16, 0)
+ gtk_status_icon_set_tooltip_text(priv->icon, "Geany");
+#else
gtk_status_icon_set_tooltip(priv->icon, "Geany");
-#else
- gtk_status_icon_set_tooltip_text(priv->icon, "Geany");
#endif
priv->popup_menu = gtk_menu_new();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list