diff options
author | Mark McLoughlin <mark@skynet.ie> | 2005-04-06 21:41:15 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@src.gnome.org> | 2005-04-06 21:41:15 +0000 |
commit | c43d4cc6c81665feaa235ac9fd0b3f7484d4c21a (patch) | |
tree | 641b0a3ff06dd569c997c0c12f97aef8c0874ba3 /control-center | |
parent | 79b053c4bfafd16a7f4804ef1edc60aee6493cb3 (diff) | |
download | gnome-control-center-c43d4cc6c81665feaa235ac9fd0b3f7484d4c21a.tar.gz |
Update for slight change to menu_tree_lookup() API.
2005-04-06 Mark McLoughlin <mark@skynet.ie>
* control-center-categories.c: (control_center_get_information):
Update for slight change to menu_tree_lookup() API.
Diffstat (limited to 'control-center')
-rw-r--r-- | control-center/ChangeLog | 5 | ||||
-rw-r--r-- | control-center/control-center-categories.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/control-center/ChangeLog b/control-center/ChangeLog index 0aa7d2a3c..11efffc93 100644 --- a/control-center/ChangeLog +++ b/control-center/ChangeLog @@ -1,3 +1,8 @@ +2005-04-06 Mark McLoughlin <mark@skynet.ie> + + * control-center-categories.c: (control_center_get_information): + Update for slight change to menu_tree_lookup() API. + 2005-03-27 Sebastien Bacher <seb128@debian.org> * control-center-categories.c: (populate_category), diff --git a/control-center/control-center-categories.c b/control-center/control-center-categories.c index c295a167b..4f699084f 100644 --- a/control-center/control-center-categories.c +++ b/control-center/control-center-categories.c @@ -242,7 +242,7 @@ control_center_get_information (void) information = g_new0 (ControlCenterInformation, 1); - menu_tree = menu_tree_lookup ("preferences.menu"); + menu_tree = menu_tree_lookup ("preferences.menu", MENU_TREE_FLAGS_NONE); if (!(menu_root = menu_tree_get_root_directory (menu_tree))) { menu_tree_unref (menu_tree); |