[Xfce4-commits] <xfce4-panel:xfce-4.8> Launcher: Fix broken compilation (bug #7966).

Nick Schermer noreply at xfce.org
Sun Sep 11 14:02:01 CEST 2011


Updating branch refs/heads/xfce-4.8
         to e49e4f43da6a4d3ad45c2388e440d69add0f107d (commit)
       from 0c6af4b455ae3195d210c7bd869eab17c7abca47 (commit)

commit e49e4f43da6a4d3ad45c2388e440d69add0f107d
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 11 08:01:34 2011 +0200

    Launcher: Fix broken compilation (bug #7966).
    
    (cherry picked from commit 55f1437e28c32f7c393117027c679f33bcd26718)

 plugins/launcher/launcher.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index b159913..b2354a3 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -64,6 +64,7 @@ static void               launcher_plugin_removed                       (XfcePan
 static gboolean           launcher_plugin_remote_event                  (XfcePanelPlugin      *panel_plugin,
                                                                          const gchar          *name,
                                                                          const GValue         *value);
+static gboolean           launcher_plugin_save_delayed_timeout          (gpointer              user_data);
 static void               launcher_plugin_save_delayed                  (LauncherPlugin       *plugin);
 static void               launcher_plugin_orientation_changed           (XfcePanelPlugin      *panel_plugin,
                                                                          GtkOrientation        orientation);


More information about the Xfce4-commits mailing list