diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-12 15:41:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-12 15:41:41 +0100 |
commit | 762dd31acc761e33f05d27857a7b5f2b23f6d917 (patch) | |
tree | 3a91cd3f6213a8b8e5b19a73174800b1b03f6b7b /shell/control-center.c | |
parent | 443a918bd4735e674bdec300f6b8eabe8cda24e0 (diff) | |
download | mate-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/control-center.c')
-rw-r--r-- | shell/control-center.c | 2 |
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(); |