[Xfce4-commits] <xfce4-panel:master> Fix API break in garcon.
Nick Schermer
noreply at xfce.org
Sat Sep 11 12:24:01 CEST 2010
Updating branch refs/heads/master
to 452fed46fdb7ddb0ebe4c577062f6b58eb524677 (commit)
from c1e5cfabd663ee9952e284e045a0eaa7f90a8bca (commit)
commit 452fed46fdb7ddb0ebe4c577062f6b58eb524677
Author: Nick Schermer <nick at xfce.org>
Date: Sat Sep 11 11:39:52 2010 +0200
Fix API break in garcon.
plugins/launcher/launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index c5595b6..9f8b653 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -858,7 +858,7 @@ launcher_plugin_file_changed (GFileMonitor *monitor,
if (exists)
{
/* reload the file */
- if (!garcon_menu_item_reload (item, &error))
+ if (!garcon_menu_item_reload (item, NULL, &error))
{
g_critical ("Failed to reload menu item: %s", error->message);
g_error_free (error);
More information about the Xfce4-commits
mailing list