diff options
Diffstat (limited to 'shell/maynard.c')
| -rw-r--r-- | shell/maynard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/maynard.c b/shell/maynard.c index d9c8f10..a6c7e6d 100644 --- a/shell/maynard.c +++ b/shell/maynard.c @@ -434,6 +434,7 @@ panel_create (struct desktop *desktop) desktop_shell_set_panel (desktop->shell, desktop->output, panel->surface); desktop_shell_set_panel_position (desktop->shell, DESKTOP_SHELL_PANEL_POSITION_LEFT); + shell_helper_set_panel (desktop->helper, panel->surface); gtk_widget_show_all (panel->window); |
