SF.net SVN: geany:[5293] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Oct 8 14:42:41 UTC 2010


Revision: 5293
          http://geany.svn.sourceforge.net/geany/?rev=5293&view=rev
Author:   ntrel
Date:     2010-10-08 14:42:41 +0000 (Fri, 08 Oct 2010)

Log Message:
-----------
Fix build with GLib 2.8.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-10-07 14:10:32 UTC (rev 5292)
+++ trunk/ChangeLog	2010-10-08 14:42:41 UTC (rev 5293)
@@ -1,3 +1,9 @@
+2010-10-08  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/stash.c:
+   Fix build with GLib 2.8.
+
+
 2010-10-07  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
 
  * src/ui_utils.h, src/socket.c, src/Makefile.am, src/ui_utils.c,

Modified: trunk/src/stash.c
===================================================================
--- trunk/src/stash.c	2010-10-07 14:10:32 UTC (rev 5292)
+++ trunk/src/stash.c	2010-10-08 14:42:41 UTC (rev 5293)
@@ -83,10 +83,10 @@
  */
 
 
-#include <gtk/gtk.h>
+#include "geany.h"		/* necessary for utils.h, otherwise use gtk/gtk.h */
+#include "utils.h"		/* only for foreach_*, utils_get_setting_*(). Stash should not depend on Geany. */
 
 #include "stash.h"
-#include "utils.h"		/* only for foreach_*, utils_get_setting_*(). Stash should not depend on Geany. */
 
 
 struct StashPref


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