summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-12 15:41:41 +0100
committerStefano Karapetsas <[email protected]>2012-12-12 15:41:41 +0100
commit762dd31acc761e33f05d27857a7b5f2b23f6d917 (patch)
tree3a91cd3f6213a8b8e5b19a73174800b1b03f6b7b /shell
parent443a918bd4735e674bdec300f6b8eabe8cda24e0 (diff)
downloadmate-control-center-762dd31acc761e33f05d27857a7b5f2b23f6d917.tar.bz2
mate-control-center-762dd31acc761e33f05d27857a7b5f2b23f6d917.tar.xz
re-add previously deleted files into libslab
they are dependencies of gnome-main-menu they are migrated to gsettings
Diffstat (limited to 'shell')
-rw-r--r--shell/control-center.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/control-center.c b/shell/control-center.c
index 79dd4a5f..56201b1f 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -194,7 +194,7 @@ int main(int argc, char* argv[])
return retval;
}
- app_data = appshelldata_new("matecc.menu", GTK_ICON_SIZE_DND, FALSE, TRUE);
+ app_data = appshelldata_new("matecc.menu", GTK_ICON_SIZE_DND, FALSE, TRUE, 0);
generate_categories(app_data);
actions = get_actions_list();