aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-log-window.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-10 16:31:24 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-05-10 22:51:52 +0800
commit71a3a825bab7ac73485e43fad81a466f6b9f31e4 (patch)
tree57928a811f188f5179fb21bb6f4a98f6efca8dbb /libempathy-gtk/empathy-log-window.c
parent36ee35009dc6a0e85be95ed9a1757c589582e4e8 (diff)
downloadgsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.tar
gsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.tar.gz
gsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.tar.bz2
gsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.tar.lz
gsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.tar.xz
gsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.tar.zst
gsoc2013-empathy-71a3a825bab7ac73485e43fad81a466f6b9f31e4.zip
LogWindow: Don't cut the log messages
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r--libempathy-gtk/empathy-log-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 648a6af6f..9f3ccfada 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -1883,7 +1883,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);