[Goodies-commits] r7878 - in xfce4-datetime-plugin/trunk: . panel-plugin

Diego Ongaro ongardie at xfce.org
Fri Jul 31 20:56:55 CEST 2009


Author: ongardie
Date: 2009-07-31 18:56:55 +0000 (Fri, 31 Jul 2009)
New Revision: 7878

Modified:
   xfce4-datetime-plugin/trunk/ChangeLog
   xfce4-datetime-plugin/trunk/panel-plugin/xfce46-compat.c
Log:
xfce46-compat.c: Remove inconsistent static declaration

Modified: xfce4-datetime-plugin/trunk/ChangeLog
===================================================================
--- xfce4-datetime-plugin/trunk/ChangeLog	2009-07-31 14:29:39 UTC (rev 7877)
+++ xfce4-datetime-plugin/trunk/ChangeLog	2009-07-31 18:56:55 UTC (rev 7878)
@@ -1,3 +1,7 @@
+2009-07-31	Diego Ongaro <ongardie at gmail.com>
+
+	* xfce46-compat.c: Remove inconsistent static declaration
+
 2008-11-23	Diego Ongaro <ongardie at gmail.com>
 
 	* panel-plugin/datetime.c, panel-plugin/xfce46-compat.{c,h}: Adds

Modified: xfce4-datetime-plugin/trunk/panel-plugin/xfce46-compat.c
===================================================================
--- xfce4-datetime-plugin/trunk/panel-plugin/xfce46-compat.c	2009-07-31 14:29:39 UTC (rev 7877)
+++ xfce4-datetime-plugin/trunk/panel-plugin/xfce46-compat.c	2009-07-31 18:56:55 UTC (rev 7878)
@@ -52,7 +52,7 @@
  *
  * Returns: The #GtkArrowType to use.
  **/
-static GtkArrowType
+GtkArrowType
 xfce_panel_plugin_arrow_type (XfcePanelPlugin *plugin)
 {
     XfceScreenPosition  position;




More information about the Goodies-commits mailing list