diff options
author | Ted Gould <ted@gould.cx> | 2014-10-15 13:24:48 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-15 13:24:48 -0500 |
commit | 5dd9bda0ea449024dbc97e26f92631401048bc57 (patch) | |
tree | af48335ad2b0db5fae6ff61c5cb8a2cba8b76482 | |
parent | 0b6434da43e5a5dd280df9014a182fc51cb05423 (diff) | |
download | ayatana-indicator-sound-5dd9bda0ea449024dbc97e26f92631401048bc57.tar.gz ayatana-indicator-sound-5dd9bda0ea449024dbc97e26f92631401048bc57.tar.bz2 ayatana-indicator-sound-5dd9bda0ea449024dbc97e26f92631401048bc57.zip |
Removing the remove code that was supposed to be removed earlier
-rw-r--r-- | src/sound-menu.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index a9efd74..05570b9 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -118,7 +118,6 @@ public class SoundMenu: Object while ((location = find_action(this.volume_section, "indicator.high-volume-warning-item")) != -1) { this.volume_section.remove (location); } - this.volume_section.remove (this.volume_section.get_n_items () -1); this.high_volume_warning_shown = false; } } |