This commit is contained in:
Travis Shirk 2006-01-25 17:55:32 +00:00
parent dfca5e63be
commit 20085bfcc5
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ class Interface:
# Find any PM chat through this room, and tell it to update.
pm_control = gajim.interface.msg_win_mgr.get_control(fjid, account)
if pm_control:
pm_control.parent_win.redraw_tab(pm_control.contact)
pm_control.parent_win.redraw_tab(pm_control)
if self.remote_ctrl:
self.remote_ctrl.raise_signal('GCPresence', (account, array))