diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-15 17:08:36 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-15 17:08:36 +0100 |
commit | 4643e1d7c2569e28f50cabe6262b61fff98e595b (patch) | |
tree | 1eca723221d7b76312924e647403b551c638bd13 /src/indicator-sound.c | |
parent | 0358622a18d0dbf2d1b413a708e248db974f97a8 (diff) | |
parent | 05b905d4712ed4064d82401621eacbdfbcb54312 (diff) | |
download | ayatana-indicator-sound-4643e1d7c2569e28f50cabe6262b61fff98e595b.tar.gz ayatana-indicator-sound-4643e1d7c2569e28f50cabe6262b61fff98e595b.tar.bz2 ayatana-indicator-sound-4643e1d7c2569e28f50cabe6262b61fff98e595b.zip |
merged the button press effect branch plus changes for the ido and bumped release version for 0.3.7
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index e18125a..1c6041b 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -277,7 +277,7 @@ new_slider_item(DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, DbusmenuC io = g_object_get_data (G_OBJECT (client), "indicator"); - volume_slider = ido_scale_menu_item_new_with_range ("Volume", initial_volume_percent, 0, 100, 1); + volume_slider = ido_scale_menu_item_new_with_range ("Volume", IDO_RANGE_STYLE_DEFAULT, initial_volume_percent, 0, 100, 1); ido_scale_menu_item_set_style (IDO_SCALE_MENU_ITEM (volume_slider), IDO_SCALE_MENU_ITEM_STYLE_IMAGE); g_object_set(volume_slider, "reverse-scroll-events", TRUE, NULL); |