From f98be9734446e1b620312b69dc8fa8ed0f0997d9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 28 Jan 2024 02:55:04 +0100 Subject: Revert "Add "center-stick" capability applets on the panel" This reverts commit 38e00280e9d17282717595a05411736a308804c0. --- mate-panel/panel-menu-button.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-menu-button.c') diff --git a/mate-panel/panel-menu-button.c b/mate-panel/panel-menu-button.c index 793425b7..92925fd8 100644 --- a/mate-panel/panel-menu-button.c +++ b/mate-panel/panel-menu-button.c @@ -967,7 +967,7 @@ panel_menu_button_create (PanelToplevel *toplevel, const char *scheme; char *id; - id = panel_profile_prepare_object (PANEL_OBJECT_MENU, toplevel, position); + id = panel_profile_prepare_object (PANEL_OBJECT_MENU, toplevel, position, FALSE); path = g_strdup_printf (PANEL_OBJECT_PATH "%s/", id); settings = g_settings_new_with_path (PANEL_OBJECT_SCHEMA, path); -- cgit v1.2.1