summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-01-28 02:55:04 +0100
committerraveit65 <[email protected]>2024-02-04 18:37:58 +0100
commitf98be9734446e1b620312b69dc8fa8ed0f0997d9 (patch)
tree7f5517a0bb57398952f06120b81e26053870a1da /mate-panel/launcher.c
parent53bfbaac0c874932503d3481a91ed96476212682 (diff)
downloadmate-panel-f98be9734446e1b620312b69dc8fa8ed0f0997d9.tar.bz2
mate-panel-f98be9734446e1b620312b69dc8fa8ed0f0997d9.tar.xz
Revert "Add "center-stick" capability applets on the panel"
This reverts commit 38e00280e9d17282717595a05411736a308804c0.
Diffstat (limited to 'mate-panel/launcher.c')
-rw-r--r--mate-panel/launcher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c
index 352968d2..0385ccea 100644
--- a/mate-panel/launcher.c
+++ b/mate-panel/launcher.c
@@ -1093,7 +1093,8 @@ panel_launcher_create_with_id (const char *toplevel_id,
id = panel_profile_prepare_object_with_id (PANEL_OBJECT_LAUNCHER,
toplevel_id,
- position);
+ position,
+ FALSE);
path = g_strdup_printf ("%s%s/", PANEL_OBJECT_PATH, id);
settings = g_settings_new_with_path (PANEL_OBJECT_SCHEMA, path);