[gnome-menus/wip/gobject-review: 31/38] libmenu: Use explicit	GMENU_TREE_FLAGS_NONE instead of 0
- From: Vincent Untz <vuntz src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-menus/wip/gobject-review: 31/38] libmenu: Use explicit	GMENU_TREE_FLAGS_NONE instead of 0
 
- Date: Sun, 12 Jun 2011 10:01:51 +0000 (UTC)
 
commit 5a28f3ad1066c7dc6198acfcf427a846f35b0805
Author: Vincent Untz <vuntz gnome org>
Date:   Sun Jun 12 10:31:37 2011 +0200
    libmenu: Use explicit GMENU_TREE_FLAGS_NONE instead of 0
 libmenu/gmenu-tree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libmenu/gmenu-tree.c b/libmenu/gmenu-tree.c
index b3c325f..f637f43 100644
--- a/libmenu/gmenu-tree.c
+++ b/libmenu/gmenu-tree.c
@@ -3963,7 +3963,7 @@ merge_subdirs (GMenuTree          *tree,
 
   subdirs = g_slist_sort_with_data (subdirs,
 				    (GCompareDataFunc) gmenu_tree_item_compare,
-                                    0);
+                                    GINT_TO_POINTER (GMENU_TREE_FLAGS_NONE));
 
   tmp = subdirs;
   while (tmp != NULL)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]