diff options
Diffstat (limited to 'shell/panel.c')
| -rw-r--r-- | shell/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/panel.c b/shell/panel.c index aee8ec8..44ab5e3 100644 --- a/shell/panel.c +++ b/shell/panel.c @@ -235,7 +235,7 @@ maynard_panel_constructed (GObject *object) /* done */ self->priv->hidden = FALSE; - self->priv->volume_showing = TRUE; + self->priv->volume_showing = FALSE; } static void |
