diff options
| author | Marco Barisione <marco.barisione@collabora.co.uk> | 2014-04-04 09:38:27 +0100 |
|---|---|---|
| committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2014-04-04 09:38:27 +0100 |
| commit | d24e3b402d76453e0d43f4545f83d75519807c0e (patch) | |
| tree | 1ad370d2309c2cadb010cb50ae683b5d35dcba70 /shell | |
| parent | 7cd2b666b9c867c3f8c361ad1185703186805f49 (diff) | |
| download | graynard-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.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 |
