[empathy: 66/80] LogWindow: Don't cut the log messages
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 66/80] LogWindow: Don't cut the log messages
- Date: Fri, 10 Jun 2011 08:44:42 +0000 (UTC)
commit 88c6ee078f25bc31c60308ca927118f8b1731972
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Tue May 10 09:31:24 2011 +0100
LogWindow: Don't cut the log messages
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 47cc365..42ac4fa 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]