Updating branch refs/heads/master
         to 452fed46fdb7ddb0ebe4c577062f6b58eb524677 (commit)
       from c1e5cfabd663ee9952e284e045a0eaa7f90a8bca (commit)

commit 452fed46fdb7ddb0ebe4c577062f6b58eb524677
Author: Nick Schermer <[email protected]>
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);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to