Mercurial > pidgin.yaz
changeset 27744:e81d5493626c
temporary backed out ellipsis handling code.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 15 Dec 2007 05:02:35 +0000 |
parents | ae8a9f2866bd |
children | b9197011ddd6 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Mon Nov 26 07:49:34 2007 +0000 +++ b/pidgin/gtkconv.c Sat Dec 15 05:02:35 2007 +0000 @@ -6622,18 +6622,6 @@ style = NULL; } - // nosuke's tab width patch - if ((purple_prefs_get_int(PIDGIN_PREFS_ROOT "/conversations/tab_side") == (GTK_POS_LEFT|8) - || purple_prefs_get_int(PIDGIN_PREFS_ROOT "/conversations/tab_side") == (GTK_POS_RIGHT|8)) - && purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/trim_vertical_tabs")) - ellipsis = TRUE; - - if (ellipsis) - title_tmp = pidgin_gtk_ellipsis_text(gtkconv->tab_label, title, 60, "..."); - else - title_tmp = title; - - if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT || gtkconv->unseen_state == PIDGIN_UNSEEN_NICK || gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT)