Fixed TB
This commit is contained in:
parent
dfca5e63be
commit
20085bfcc5
|
@ -731,7 +731,7 @@ class Interface:
|
||||||
# Find any PM chat through this room, and tell it to update.
|
# Find any PM chat through this room, and tell it to update.
|
||||||
pm_control = gajim.interface.msg_win_mgr.get_control(fjid, account)
|
pm_control = gajim.interface.msg_win_mgr.get_control(fjid, account)
|
||||||
if pm_control:
|
if pm_control:
|
||||||
pm_control.parent_win.redraw_tab(pm_control.contact)
|
pm_control.parent_win.redraw_tab(pm_control)
|
||||||
if self.remote_ctrl:
|
if self.remote_ctrl:
|
||||||
self.remote_ctrl.raise_signal('GCPresence', (account, array))
|
self.remote_ctrl.raise_signal('GCPresence', (account, array))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue