summaryrefslogtreecommitdiff
path: root/mate-panel/drawer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/drawer.c')
-rw-r--r--mate-panel/drawer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/drawer.c b/mate-panel/drawer.c
index 03d6bd5f..09634664 100644
--- a/mate-panel/drawer.c
+++ b/mate-panel/drawer.c
@@ -622,7 +622,7 @@ panel_drawer_create (PanelToplevel *toplevel,
{
char *id;
- id = panel_profile_prepare_object (PANEL_OBJECT_DRAWER, toplevel, position, FALSE);
+ id = panel_profile_prepare_object (PANEL_OBJECT_DRAWER, toplevel, position);
panel_drawer_prepare (id, custom_icon, use_custom_icon, tooltip, NULL);
@@ -641,7 +641,7 @@ panel_drawer_create_with_id (const char *toplevel_id,
char *id;
char *attached_toplevel_id = NULL;
- id = panel_profile_prepare_object_with_id (PANEL_OBJECT_DRAWER, toplevel_id, position, FALSE);
+ id = panel_profile_prepare_object_with_id (PANEL_OBJECT_DRAWER, toplevel_id, position);
panel_drawer_prepare (id, custom_icon, use_custom_icon, tooltip, &attached_toplevel_id);