[bijiben/popover] Handle popover class



commit 61e56bf8cad463946939e60602f8e70be77304eb
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Thu Feb 27 01:00:19 2014 +0100

    Handle popover class

 src/bjb-editor-toolbar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/bjb-editor-toolbar.c b/src/bjb-editor-toolbar.c
index 19180b2..578b26f 100644
--- a/src/bjb-editor-toolbar.c
+++ b/src/bjb-editor-toolbar.c
@@ -335,6 +335,7 @@ bjb_editor_toolbar_constructed (GObject *obj)
   priv->widget = gtk_popover_new (GTK_WIDGET (priv->view));
   context = gtk_widget_get_style_context (priv->widget);
   gtk_style_context_add_class (context, "osd");
+  gtk_style_context_add_class (context, "linked");
 
   gtk_widget_override_background_color (priv->widget,
                                         GTK_STATE_FLAG_NORMAL,


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