diff options
| author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-10-10 05:32:49 +0200 |
|---|---|---|
| committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-10-10 05:32:49 +0200 |
| commit | 81c82dca758bf30134e2483dfa897de0baecf647 (patch) | |
| tree | b02277b08d66649c4899537437fdda3eb1ee5b94 | |
| parent | 5aa7613689ff9bb097e655334cc829a7c65e16df (diff) | |
| download | ayatana-indicator-sound-81c82dca758bf30134e2483dfa897de0baecf647.tar.gz ayatana-indicator-sound-81c82dca758bf30134e2483dfa897de0baecf647.tar.bz2 ayatana-indicator-sound-81c82dca758bf30134e2483dfa897de0baecf647.zip | |
Give the volume menu item a target, because the 'volume' action now has a parameter
| -rw-r--r-- | src/sound-menu.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 9d0c521..1641219 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -31,7 +31,7 @@ class SoundMenu: Object this.volume_section = new Menu (); if (show_mute) volume_section.append (_("Mute"), "indicator.mute"); - volume_section.append_item (this.create_slider_menu_item ("indicator.volume", 0.0, 1.0, 0.01, + volume_section.append_item (this.create_slider_menu_item ("indicator.volume(0)", 0.0, 1.0, 0.01, "audio-volume-low-zero-panel", "audio-volume-high-panel")); |
