Updating branch refs/heads/master
to 25cdc7161b2122c18cc68906f69b740ba26c4de7 (commit)
from 218c69880ea4d8f5e6d2926690586646b36c6040 (commit)
commit 25cdc7161b2122c18cc68906f69b740ba26c4de7
Author: André Stösel <[email protected]>
Date: Tue Jul 26 21:44:17 2011 +0200
Make the infobar labels selectable.
midori/midori-view.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 0ef7af3..39489ae 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -1207,6 +1207,7 @@ midori_view_add_info_bar (MidoriView* view,
va_end (args);
label = gtk_label_new (message);
+ gtk_label_set_selectable (GTK_LABEL (label), TRUE);
gtk_label_set_ellipsize (GTK_LABEL (label), PANGO_ELLIPSIZE_END);
gtk_container_add (GTK_CONTAINER (content_area), label);
gtk_widget_show_all (infobar);
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits