From a97c124798eea75187267f92d0e8f43beed07877 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 8 Jul 2013 12:26:07 +0200 Subject: EmpathyContactSearchDialog: Set line wrap on message pages instead of ellipsize https://bugzilla.gnome.org/show_bug.cgi?id=703775 --- libempathy-gtk/empathy-contact-search-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-contact-search-dialog.c') diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index cb74a12a5..33a60ff75 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -531,7 +531,7 @@ append_message_page (EmpathyContactSearchDialog *self, gtk_label_set_markup (GTK_LABEL (label), tmp); g_free (tmp); - gtk_label_set_ellipsize (GTK_LABEL (label), PANGO_ELLIPSIZE_END); + gtk_label_set_line_wrap (GTK_LABEL (label), TRUE); gtk_notebook_append_page (GTK_NOTEBOOK (priv->notebook), label, NULL); } -- cgit v1.2.3