[rhythmbox] fading-image: remove spinner style class



commit fa3f9e47674f740dedf8c739855d2e4bbc61ac57
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Aug 24 15:43:05 2014 +1000

    fading-image: remove spinner style class
    
    No idea why this was here, and it breaks rendering with gtk+ 3.13+

 widgets/rb-fading-image.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/widgets/rb-fading-image.c b/widgets/rb-fading-image.c
index bbd953f..72b51a5 100644
--- a/widgets/rb-fading-image.c
+++ b/widgets/rb-fading-image.c
@@ -401,9 +401,6 @@ impl_constructed (GObject *object)
 
        image = RB_FADING_IMAGE (object);
 
-       gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (image)),
-                                    GTK_STYLE_CLASS_SPINNER);
-
        if (image->priv->fallback_icon != NULL) {
                GError *error = NULL;
                image->priv->fallback =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]