From d24e3b402d76453e0d43f4545f83d75519807c0e Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Fri, 4 Apr 2014 09:38:27 +0100 Subject: panel: volume_showing needs to be FALSE at startup Without this the initial volume icon is wrong (and the status is inconsistent). --- shell/panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/panel.c') 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 -- cgit v1.3.1