[tasks] Change the task ellipsising to middle (#1643)



commit 803a1c531eb4e82c6ded83504c5aac9a4eadffb1
Author: Ross Burton <ross linux intel com>
Date:   Mon Jun 8 21:34:04 2009 +0100

    Change the task ellipsising to middle (#1643)
---
 libkoto/koto-task-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libkoto/koto-task-view.c b/libkoto/koto-task-view.c
index 1661136..8bf4a91 100644
--- a/libkoto/koto-task-view.c
+++ b/libkoto/koto-task-view.c
@@ -485,7 +485,7 @@ koto_task_view_init (KotoTaskView *self)
                                                      renderer,
                                                      NULL);
   g_object_set (renderer,
-                "ellipsize", PANGO_ELLIPSIZE_END,
+                "ellipsize", PANGO_ELLIPSIZE_MIDDLE,
                 NULL);
   gtk_tree_view_column_set_cell_data_func (column, renderer,
                                            summary_func, treeview, NULL);



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