Author: benny
Date: 2006-08-27 08:58:28 +0000 (Sun, 27 Aug 2006)
New Revision: 22900

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo/exo-icon-chooser-model.h
Log:
2006-08-27      Benedikt Meurer <[EMAIL PROTECTED]>

        * exo/exo-icon-chooser-model.h: Need to include <exo/exo-config.h> to
          make sure G_GNUC_WARN_UNUSED_RESULT is defined. Thanks to Enrico
          Troeger <[EMAIL PROTECTED]> for the hint.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2006-08-26 23:38:40 UTC (rev 22899)
+++ libexo/trunk/ChangeLog      2006-08-27 08:58:28 UTC (rev 22900)
@@ -1,3 +1,9 @@
+2006-08-27     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * exo/exo-icon-chooser-model.h: Need to include <exo/exo-config.h> to
+         make sure G_GNUC_WARN_UNUSED_RESULT is defined. Thanks to Enrico
+         Troeger <[EMAIL PROTECTED]> for the hint.
+
 2006-08-26     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * exo/exo-icon-chooser-dialog.c(CONTEXT_TITLES): Apply patch from

Modified: libexo/trunk/exo/exo-icon-chooser-model.h
===================================================================
--- libexo/trunk/exo/exo-icon-chooser-model.h   2006-08-26 23:38:40 UTC (rev 
22899)
+++ libexo/trunk/exo/exo-icon-chooser-model.h   2006-08-27 08:58:28 UTC (rev 
22900)
@@ -25,6 +25,8 @@
 #ifndef __EXO_ICON_CHOOSER_MODEL_H__
 #define __EXO_ICON_CHOOSER_MODEL_H__
 
+#include <exo/exo-config.h>
+
 #include <gtk/gtk.h>
 
 G_BEGIN_DECLS;

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to