we now save hpaned position when we close a gc control

This commit is contained in:
Yann Leboulanger 2006-02-21 15:19:36 +00:00
parent cce6c97e7c
commit f5c9d527e6
1 changed files with 2 additions and 0 deletions

View File

@ -1022,6 +1022,8 @@ class GroupchatControl(ChatControlBase):
if self.room_jid in gajim.contacts.get_gc_list(self.account):
gajim.contacts.remove_room(self.account, self.room_jid)
del gajim.gc_connected[self.account][self.room_jid]
# Save hpaned position
gajim.config.set('gc-hpaned-position', self.hpaned_position)
def allow_shutdown(self):
retval = True