[Xfce4-commits] <xfce4-xkb-plugin:master> Fix function declaration.

Jérôme Guelfucci noreply at xfce.org
Thu Apr 28 21:26:28 CEST 2011


Updating branch refs/heads/master
         to b6cd8f04e037de50f0fb02276d661b7778ef9f1c (commit)
       from 6cefcbf77c25730b9fa546a64c70c1af95b27091 (commit)

commit b6cd8f04e037de50f0fb02276d661b7778ef9f1c
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Thu Apr 28 20:30:04 2011 +0200

    Fix function declaration.

 panel-plugin/xkb-callbacks.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/xkb-callbacks.c b/panel-plugin/xkb-callbacks.c
index d866b8f..4e13eaf 100644
--- a/panel-plugin/xkb-callbacks.c
+++ b/panel-plugin/xkb-callbacks.c
@@ -166,8 +166,8 @@ xkb_plugin_popup_menu (GtkButton *btn,
             gtk_get_current_event_time ());
 }
 
-gboolean
-xkb_plugin_tooltip_image_exposed (GtkWidget *widget, 
+static gboolean
+xkb_plugin_tooltip_image_exposed (GtkWidget *widget,
                                   GdkEventExpose *event,
                                   t_xkb *xkb)
 {



More information about the Xfce4-commits mailing list