diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-05-10 16:31:24 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 19:34:57 +0800 |
commit | 88c6ee078f25bc31c60308ca927118f8b1731972 (patch) | |
tree | bc161e1d2c5a1bd55c2b00c899396c28ff69ce5b /libempathy-gtk | |
parent | 0fbbd7093243ca64a98ca6b81b2cf9e3439c041a (diff) | |
download | gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.tar gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.tar.gz gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.tar.bz2 gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.tar.lz gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.tar.xz gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.tar.zst gsoc2013-empathy-88c6ee078f25bc31c60308ca927118f8b1731972.zip |
LogWindow: Don't cut the log messages
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 47cc365ef..42ac4fa9e 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -1884,7 +1884,6 @@ log_window_events_setup (EmpathyLogWindow *window) "icon-name", COL_EVENTS_ICON); cell = gtk_cell_renderer_text_new (); - g_object_set (cell, "ellipsize", PANGO_ELLIPSIZE_END, NULL); gtk_tree_view_column_pack_start (column, cell, TRUE); gtk_tree_view_column_add_attribute (column, cell, "text", COL_EVENTS_TEXT); |