summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2014-04-04 09:38:27 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2014-04-04 09:38:27 +0100
commitd24e3b402d76453e0d43f4545f83d75519807c0e (patch)
tree1ad370d2309c2cadb010cb50ae683b5d35dcba70 /shell
parent7cd2b666b9c867c3f8c361ad1185703186805f49 (diff)
downloadgraynard-d24e3b402d76453e0d43f4545f83d75519807c0e.tar.gz
graynard-d24e3b402d76453e0d43f4545f83d75519807c0e.zip
panel: volume_showing needs to be FALSE at startup
Without this the initial volume icon is wrong (and the status is inconsistent).
Diffstat (limited to 'shell')
-rw-r--r--shell/panel.c2
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