Changeset 8657 for branches/gajim_0.11.1/src/message_window.py
- Timestamp:
- 08/31/07 10:11:35 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/message_window.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/message_window.py
r7984 r8657 236 236 def show_title(self, urgent = True, control = None): 237 237 '''redraw the window's title''' 238 if not control: 239 control = self.get_active_control() 240 if not control: 241 # No more control in this window 242 return 238 243 unread = 0 239 244 for ctrl in self.controls(): … … 254 259 urgent = False 255 260 256 if not control:257 control = self.get_active_control()258 261 if control.type_id == message_control.TYPE_GC: 259 262 name = control.room_jid.split('@')[0]
