SF.net SVN: geany:[3523] trunk/src/geanywraplabel.c

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Jan 28 17:57:16 UTC 2009


Revision: 3523
          http://geany.svn.sourceforge.net/geany/?rev=3523&view=rev
Author:   eht16
Date:     2009-01-28 17:57:16 +0000 (Wed, 28 Jan 2009)

Log Message:
-----------
Fix wrong header include.

Modified Paths:
--------------
    trunk/src/geanywraplabel.c

Modified: trunk/src/geanywraplabel.c
===================================================================
--- trunk/src/geanywraplabel.c	2009-01-28 17:55:58 UTC (rev 3522)
+++ trunk/src/geanywraplabel.c	2009-01-28 17:57:16 UTC (rev 3523)
@@ -27,7 +27,7 @@
  */
 
 
-#include <gtk/gtklabel.h>
+#include <gtk/gtk.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