SF.net SVN: geany:[5283] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Wed Oct 6 15:32:40 UTC 2010
Revision: 5283
http://geany.svn.sourceforge.net/geany/?rev=5283&view=rev
Author: ntrel
Date: 2010-10-06 15:32:40 +0000 (Wed, 06 Oct 2010)
Log Message:
-----------
Fix build with GLib 2.8.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/geanywraplabel.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-10-06 06:07:07 UTC (rev 5282)
+++ trunk/ChangeLog 2010-10-06 15:32:40 UTC (rev 5283)
@@ -1,3 +1,9 @@
+2010-10-06 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/geanywraplabel.c:
+ Fix build with GLib 2.8.
+
+
2010-10-06 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* po/kk.po:
Modified: trunk/src/geanywraplabel.c
===================================================================
--- trunk/src/geanywraplabel.c 2010-10-06 06:07:07 UTC (rev 5282)
+++ trunk/src/geanywraplabel.c 2010-10-06 15:32:40 UTC (rev 5283)
@@ -27,7 +27,7 @@
*/
-#include <gtk/gtk.h>
+#include "geany.h"
#include "utils.h"
#include "geanywraplabel.h"
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