diff --git a/src/message_window.py b/src/message_window.py index fb4940c1466c312fbfb4a450507549a878d42969..3a81efdb27bb9a9bb87285249f679257141a9556 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -452,9 +452,6 @@ class MessageWindow(object): label = None elif self.get_num_controls() == 1: label = name - state = control.contact.chatstate - if state and bool(len(state)): - label = '%s (%s)' % (label, _(state.capitalize())) else: label = _('Messages') @@ -582,8 +579,6 @@ class MessageWindow(object): else: status_img.set_from_pixbuf(tab_img.get_pixbuf()) - self.show_title() - def repaint_themed_widgets(self): '''Repaint controls in the window with theme color''' # iterate through controls and repaint