[gnome-logs/wip/current-boot] Add dim-label style class to no results icon



commit 972572518e55f17a3be3a05ca365340eb0291627
Author: David King <davidk gnome org>
Date:   Thu Oct 31 13:18:54 2013 +0000

    Add dim-label style class to no results icon
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711209

 src/gl-eventview.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gl-eventview.c b/src/gl-eventview.c
index 299928a..6851063 100644
--- a/src/gl-eventview.c
+++ b/src/gl-eventview.c
@@ -808,6 +808,8 @@ gl_event_view_create_empty (G_GNUC_UNUSED GlEventView *view)
     gtk_style_context_add_class (context, "dim-label");
 
     image = gtk_image_new_from_icon_name ("action-unavailable-symbolic", 0);
+    context = gtk_widget_get_style_context (image);
+    gtk_style_context_add_class (context, "dim-label");
     gtk_image_set_pixel_size (GTK_IMAGE (image), 128);
     gtk_container_add (GTK_CONTAINER (box), image);
 


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