diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-12-01 17:19:30 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-12-01 17:19:30 +0000 |
commit | be80e257f60d48a8892abdd70d405f67aea45636 (patch) | |
tree | 6a2aeb4fdfeb755312bcd95f7e112047bae66a51 /src/volume-widget.c | |
parent | b5974163f01f207200064f56ab4818257411834e (diff) | |
download | ayatana-indicator-sound-be80e257f60d48a8892abdd70d405f67aea45636.tar.gz ayatana-indicator-sound-be80e257f60d48a8892abdd70d405f67aea45636.tar.bz2 ayatana-indicator-sound-be80e257f60d48a8892abdd70d405f67aea45636.zip |
fixes lp #886339
Diffstat (limited to 'src/volume-widget.c')
-rw-r--r-- | src/volume-widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/volume-widget.c b/src/volume-widget.c index e8e7bae..f2bf6ed 100644 --- a/src/volume-widget.c +++ b/src/volume-widget.c @@ -195,7 +195,6 @@ volume_widget_set_twin_item(VolumeWidget* self, initial_level = 0; } gtk_range_set_value(range, initial_level); - update_accessible_desc(priv->indicator); } static gboolean |