diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2015-01-30 14:25:03 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-01-30 14:25:03 +0000 |
commit | 34458940a355588f979502cdf039a23b5cb54477 (patch) | |
tree | c135d21d5384f8d49bef6cd29f02ecb391ba8372 | |
parent | 467b70e3bc6b87206b7f4122728b26aa88a98297 (diff) | |
parent | 1f922e5aaf045b645d1bea134bb4e5d1d7ff6f74 (diff) | |
download | ayatana-ido-34458940a355588f979502cdf039a23b5cb54477.tar.gz ayatana-ido-34458940a355588f979502cdf039a23b5cb54477.tar.bz2 ayatana-ido-34458940a355588f979502cdf039a23b5cb54477.zip |
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
-rw-r--r-- | src/idoplaybackmenuitem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/idoplaybackmenuitem.c b/src/idoplaybackmenuitem.c index 11af9bb..d45acd0 100644 --- a/src/idoplaybackmenuitem.c +++ b/src/idoplaybackmenuitem.c @@ -358,8 +358,6 @@ ido_playback_menu_item_class_init (IdoPlaybackMenuItemClass *klass) static void ido_playback_menu_item_init (IdoPlaybackMenuItem *self) { - gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (self)), GTK_STYLE_CLASS_SPINNER); - gtk_widget_set_size_request (GTK_WIDGET (self), 200, 43); } |