Author: benny
Date: 2006-08-26 20:08:11 +0000 (Sat, 26 Aug 2006)
New Revision: 22890

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo/exo-icon-chooser-dialog.c
Log:
2006-08-26      Benedikt Meurer <[EMAIL PROTECTED]>

        * exo/exo-icon-chooser-dialog.c(CONTEXT_TITLES): Apply patch from
          Matt McClinch <[EMAIL PROTECTED]> to fix a warning with older
          compilers. Bug #2223.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2006-08-26 17:58:33 UTC (rev 22889)
+++ libexo/trunk/ChangeLog      2006-08-26 20:08:11 UTC (rev 22890)
@@ -1,5 +1,11 @@
 2006-08-26     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * exo/exo-icon-chooser-dialog.c(CONTEXT_TITLES): Apply patch from
+         Matt McClinch <[EMAIL PROTECTED]> to fix a warning with older
+         compilers. Bug #2223.
+
+2006-08-26     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * exo/exo-icon-view.c: Finally fix the layout problem where the
          appearance of a scrollbar causes the icons to be laid out again and
          again. Thanks to Matt McClinch <[EMAIL PROTECTED]> for the

Modified: libexo/trunk/exo/exo-icon-chooser-dialog.c
===================================================================
--- libexo/trunk/exo/exo-icon-chooser-dialog.c  2006-08-26 17:58:33 UTC (rev 
22889)
+++ libexo/trunk/exo/exo-icon-chooser-dialog.c  2006-08-26 20:08:11 UTC (rev 
22890)
@@ -79,7 +79,7 @@
 
 
 
-static const gchar const CONTEXT_TITLES[][28] =
+static const gchar CONTEXT_TITLES[][28] =
 {
   /* EXO_ICON_CHOOSER_CONTEXT_ACTIONS */
   N_("Action Icons"),

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

Reply via email to