[gnome-menus] 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] libmenu: Use explicit GMENU_TREE_FLAGS_NONE instead of 0
- Date: Mon, 1 Aug 2011 17:43:47 +0000 (UTC)
commit 536c6d510f53bbf76ff0c4134e935c8e7cf552da
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]