SF.net SVN: geany-plugins:[708] trunk/geany-plugins/addons/src/ao_systray.c
eht16 at users.sourceforge.net
eht16 at xxxxx
Fri Jun 12 18:48:15 UTC 2009
Revision: 708
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=708&view=rev
Author: eht16
Date: 2009-06-12 18:48:14 +0000 (Fri, 12 Jun 2009)
Log Message:
-----------
Fix build for GTK 2.8.
Modified Paths:
--------------
trunk/geany-plugins/addons/src/ao_systray.c
Modified: trunk/geany-plugins/addons/src/ao_systray.c
===================================================================
--- trunk/geany-plugins/addons/src/ao_systray.c 2009-06-11 21:31:32 UTC (rev 707)
+++ trunk/geany-plugins/addons/src/ao_systray.c 2009-06-12 18:48:14 UTC (rev 708)
@@ -50,8 +50,10 @@
{
gboolean enable_systray;
+ GtkWidget *popup_menu;
+#if GTK_CHECK_VERSION(2, 10, 0)
GtkStatusIcon *icon;
- GtkWidget *popup_menu;
+#endif
};
enum
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