aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2015-01-30 15:06:46 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2015-01-30 15:06:46 +0100
commit1f922e5aaf045b645d1bea134bb4e5d1d7ff6f74 (patch)
treec135d21d5384f8d49bef6cd29f02ecb391ba8372 /src
parent467b70e3bc6b87206b7f4122728b26aa88a98297 (diff)
downloadayatana-ido-1f922e5aaf045b645d1bea134bb4e5d1d7ff6f74.tar.gz
ayatana-ido-1f922e5aaf045b645d1bea134bb4e5d1d7ff6f74.tar.bz2
ayatana-ido-1f922e5aaf045b645d1bea134bb4e5d1d7ff6f74.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.
Diffstat (limited to 'src')
-rw-r--r--src/idoplaybackmenuitem.c2
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);
}