# HG changeset patch # User Yoshiki Yazawa # Date 1197694955 0 # Node ID e81d5493626c846a3185677717025d27fe323b0b # Parent ae8a9f2866bd3dc7bbeffc52f35e3e9aff00e725 temporary backed out ellipsis handling code. diff -r ae8a9f2866bd -r e81d5493626c pidgin/gtkconv.c --- 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)