[Xfce4-commits] <garcon:master> Fix merging parent menu file (bug #7169).

Nick Schermer noreply at xfce.org
Sun Jun 19 15:14:02 CEST 2011


Updating branch refs/heads/master
         to c22e3fea9453a08d0513c8306f66442fac64bc36 (commit)
       from f8fddd91f726218935bb417fef8550b6f9c0bf00 (commit)

commit c22e3fea9453a08d0513c8306f66442fac64bc36
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jun 19 15:12:13 2011 +0200

    Fix merging parent menu file (bug #7169).

 garcon/garcon-menu-merger.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/garcon/garcon-menu-merger.c b/garcon/garcon-menu-merger.c
index 76f8654..152fac4 100644
--- a/garcon/garcon-menu-merger.c
+++ b/garcon/garcon-menu-merger.c
@@ -631,9 +631,9 @@ garcon_menu_merger_resolve_relative_paths (GNode                   *node,
                       node->data = garcon_menu_node_create (GARCON_MENU_NODE_TYPE_MERGE_FILE,
                                                             GUINT_TO_POINTER (GARCON_MENU_MERGE_FILE_PATH));
                       garcon_menu_node_tree_set_merge_file_filename (node, absolute_path);
+                      break;
                     }
                   g_object_unref (absolute);
-                  break;
                 }
               g_object_unref (config_dir);
             }



More information about the Xfce4-commits mailing list