Fix build with GLib 2.8.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5283 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2010-10-06 15:32:40 +00:00
parent e6151d16e9
commit 7c0e80c745
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -27,7 +27,7 @@
*/
#include <gtk/gtk.h>
#include "geany.h"
#include "utils.h"
#include "geanywraplabel.h"