[Goodies-commits] r7873 - in xfce4-places-plugin/trunk: . panel-plugin

Diego Ongaro ongardie at xfce.org
Fri Jul 31 07:53:37 CEST 2009


Author: ongardie
Date: 2009-07-31 05:53:36 +0000 (Fri, 31 Jul 2009)
New Revision: 7873

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

Modified: xfce4-places-plugin/trunk/ChangeLog
===================================================================
--- xfce4-places-plugin/trunk/ChangeLog	2009-07-31 05:31:01 UTC (rev 7872)
+++ xfce4-places-plugin/trunk/ChangeLog	2009-07-31 05:53:36 UTC (rev 7873)
@@ -2,6 +2,7 @@
 
 	* model_volumes.c: Show "Eject" option when Thunar 1.0 does. See
 	bug #4136.
+	* xfce46-compat.c: Remove inconsistent static declarations
 
 2009-07-30	Diego Ongaro <ongardie at gmail.com>
 

Modified: xfce4-places-plugin/trunk/panel-plugin/xfce46-compat.c
===================================================================
--- xfce4-places-plugin/trunk/panel-plugin/xfce46-compat.c	2009-07-31 05:31:01 UTC (rev 7872)
+++ xfce4-places-plugin/trunk/panel-plugin/xfce46-compat.c	2009-07-31 05:53:36 UTC (rev 7873)
@@ -52,7 +52,7 @@
  *
  * Returns: The #GtkArrowType to use.
  **/
-static GtkArrowType
+GtkArrowType
 xfce_panel_plugin_arrow_type (XfcePanelPlugin *plugin)
 {
     XfceScreenPosition  position;
@@ -126,7 +126,7 @@
  *
  * See also: xfce_panel_plugin_position_menu().
  **/
-static void
+void
 xfce_panel_plugin_position_widget (XfcePanelPlugin  *plugin,
                                    GtkWidget        *menu_widget,
                                    GtkWidget        *attach_widget,




More information about the Goodies-commits mailing list