[empathy] EmpathyContactSearchDialog: Set line wrap on message pages instead of ellipsize



commit a97c124798eea75187267f92d0e8f43beed07877
Author: Xavier Claessens <xavier claessens collabora co uk>
Date:   Mon Jul 8 12:26:07 2013 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c
index cb74a12..33a60ff 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);
 }


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