Mercurial > pidgin.yaz
changeset 27745:b9197011ddd6
merge of '1ec99cf95363c1e7c839780d51463b0c73d96e25'
and '4e52f6d35023c9f4c4b5944f42784a1ac32bb0d8'
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 15 Dec 2007 05:12:24 +0000 |
parents | 2961a316058c (current diff) e81d5493626c (diff) |
children | e13759a83714 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Wed Nov 28 14:38:43 2007 +0000 +++ b/pidgin/gtkconv.c Sat Dec 15 05:12:24 2007 +0000 @@ -6620,18 +6620,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)