GtkBubbleWindow: use OSD style class

This commit is contained in:
Cosimo Cecchi 2013-03-05 11:38:05 -05:00 committed by Matthias Clasen
parent 3c8e1c92a8
commit e54f8f4c62

View File

@ -94,6 +94,9 @@ _gtk_bubble_window_init (GtkBubbleWindow *window)
if (visual) if (visual)
gtk_widget_set_visual (widget, visual); gtk_widget_set_visual (widget, visual);
gtk_style_context_add_class (gtk_widget_get_style_context (widget),
GTK_STYLE_CLASS_OSD);
} }
static GObject * static GObject *