redraw group row after we rename it. fixes #1728
This commit is contained in:
parent
31c3deb86e
commit
27a6a1d7f1
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue