~bratsche/indicator-sound/icon-placement

« back to all changes in this revision

Viewing changes to src/scrub-widget.c

  • Committer: Conor Curran
  • Date: 2010-07-15 16:08:36 UTC
  • mfrom: (101.2.5 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20100715160836-rodivhs9nbpd1lks
Tags: 0.3.7
merged the button press effect branch plus changes for the ido and bumped release version for 0.3.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
        g_debug("ScrubWidget::scrub_widget_init");
76
76
        ScrubWidgetPrivate * priv = SCRUB_WIDGET_GET_PRIVATE(self);
77
77
 
78
 
  priv->ido_scrub_bar = ido_scale_menu_item_new_with_range ("Scrub", 0, 0, 100, 1);
 
78
  priv->ido_scrub_bar = ido_scale_menu_item_new_with_range ("Scrub", IDO_RANGE_STYLE_SMALL,  0, 0, 100, 1);
79
79
        ido_scale_menu_item_set_style (IDO_SCALE_MENU_ITEM(priv->ido_scrub_bar), IDO_SCALE_MENU_ITEM_STYLE_LABEL);      
80
80
        
81
81
        g_object_set(priv->ido_scrub_bar, "reverse-scroll-events", TRUE, NULL);