aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-02-09 14:04:22 -0600
committerCody Russell <crussell@canonical.com>2010-02-09 14:04:22 -0600
commit6ac36fef72d4071d92d5a2a0da86d57461676720 (patch)
tree764986c01aec4640f5584c1c7e9fe18c8bd1d099 /example
parent484a47ca1df1440679b0e4f8596403afbb939b82 (diff)
parenta843525802fee1d72cb1b0f95bb068b3f9a4bba3 (diff)
downloadayatana-ido-6ac36fef72d4071d92d5a2a0da86d57461676720.tar.gz
ayatana-ido-6ac36fef72d4071d92d5a2a0da86d57461676720.tar.bz2
ayatana-ido-6ac36fef72d4071d92d5a2a0da86d57461676720.zip
Merge initial-slider-value branch
Diffstat (limited to 'example')
-rw-r--r--example/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/menus.c b/example/menus.c
index 28b505b..7d4b282 100644
--- a/example/menus.c
+++ b/example/menus.c
@@ -39,7 +39,7 @@ main (int argc, char *argv[])
menuitem = gtk_menu_item_new_with_label ("Open");
gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
- menuitem = ido_scale_menu_item_new_with_range ("Volume", 0, 100, 1);
+ menuitem = ido_scale_menu_item_new_with_range ("Volume", 65, 0, 100, 1);
image = ido_scale_menu_item_get_primary_image (IDO_SCALE_MENU_ITEM (menuitem));
gtk_image_set_from_stock (GTK_IMAGE (image), GTK_STOCK_NEW, GTK_ICON_SIZE_MENU);
image = ido_scale_menu_item_get_secondary_image (IDO_SCALE_MENU_ITEM (menuitem));