~indicator-applet-developers/ido/trunk.15.04

« back to all changes in this revision

Viewing changes to src/idoplaybackmenuitem.c

  • Committer: CI Train Bot
  • Author(s): Lars Uebernickel
  • Date: 2015-01-30 14:25:03 UTC
  • mfrom: (188.1.1 trunk)
  • Revision ID: ci-train-bot@canonical.com-20150130142503-iebbgefpwdmemxm8
idoplaybackmenuitem: don't set the spinner class

Spinners are drawn in css now and hidden when they're inactive, but the playback controls should always be shown. Themes will need to style them separately. 
Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
static void
359
359
ido_playback_menu_item_init (IdoPlaybackMenuItem *self)
360
360
{
361
 
  gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (self)), GTK_STYLE_CLASS_SPINNER);
362
 
 
363
361
  gtk_widget_set_size_request (GTK_WIDGET (self), 200, 43);
364
362
}
365
363