redraw group row after we rename it. fixes #1728
This commit is contained in:
parent
31c3deb86e
commit
27a6a1d7f1
1 changed files with 1 additions and 0 deletions
|
@ -1460,6 +1460,7 @@ class RosterWindow:
|
||||||
# If last removed iter was not visible, gajim.groups is not cleaned
|
# If last removed iter was not visible, gajim.groups is not cleaned
|
||||||
if gajim.groups[account].has_key(old_text):
|
if gajim.groups[account].has_key(old_text):
|
||||||
del gajim.groups[account][old_text]
|
del gajim.groups[account][old_text]
|
||||||
|
self.draw_group(new_text, account)
|
||||||
|
|
||||||
def on_canceled():
|
def on_canceled():
|
||||||
if gajim.interface.instances.has_key('rename'):
|
if gajim.interface.instances.has_key('rename'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue