redraw group row after we rename it. fixes #1728

This commit is contained in:
Yann Leboulanger 2006-11-19 23:29:45 +00:00
parent 31c3deb86e
commit 27a6a1d7f1
1 changed files with 1 additions and 0 deletions

View File

@ -1460,6 +1460,7 @@ class RosterWindow:
# If last removed iter was not visible, gajim.groups is not cleaned
if gajim.groups[account].has_key(old_text):
del gajim.groups[account][old_text]
self.draw_group(new_text, account)
def on_canceled():
if gajim.interface.instances.has_key('rename'):