[gtk+/popovers: 21/33] entry: Set use-underline in popover GtkToolButtons



commit 89da416dd8838b028a0d17a3654271f554e2ea35
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Dec 23 18:45:01 2013 +0100

    entry: Set use-underline in popover GtkToolButtons

 gtk/gtkentry.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 864a0f5..c35b35d 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -9372,6 +9372,7 @@ append_bubble_action (GtkEntry     *entry,
                       gboolean      sensitive)
 {
   GtkToolItem *item = gtk_tool_button_new (NULL, label);
+  gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (item), TRUE);
   g_object_set_data (G_OBJECT (item), I_("gtk-signal"), (char *)signal);
   g_signal_connect (item, "clicked", G_CALLBACK (activate_bubble_cb), entry);
   gtk_widget_set_sensitive (GTK_WIDGET (item), sensitive);


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