fix a TB
This commit is contained in:
parent
5aec9060cd
commit
e30ae90f89
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ class TabbedChatWindow(chat.Chat):
|
||||||
|
|
||||||
status = contact.status
|
status = contact.status
|
||||||
#FIXME: when gtk2.4 is OOOOLD do it via glade2.10+
|
#FIXME: when gtk2.4 is OOOOLD do it via glade2.10+
|
||||||
if gtk.pygtk_version >= (2, 6, 0) and gtk.gtk_version >= (2, 6, 0):
|
if gtk.pygtk_version >= (2, 6, 0) and gtk.gtk_version >= (2, 6, 0) and \
|
||||||
|
status is not None:
|
||||||
banner_name_label.set_ellipsize(pango.ELLIPSIZE_END)
|
banner_name_label.set_ellipsize(pango.ELLIPSIZE_END)
|
||||||
status = gtkgui_helpers.reduce_chars_newlines(status, 0, 2)
|
status = gtkgui_helpers.reduce_chars_newlines(status, 0, 2)
|
||||||
#FIXME: remove me when gtk24 is OLD
|
#FIXME: remove me when gtk24 is OLD
|
||||||
|
|
Loading…
Add table
Reference in a new issue