fixed typo

This commit is contained in:
Dimitur Kirov 2005-07-29 17:23:45 +00:00
parent c43b72434e
commit e731f6caed
1 changed files with 1 additions and 1 deletions

View File

@ -84,8 +84,8 @@ class GroupchatWindow(chat.Chat):
gajim.config.get('gc-y-position')) gajim.config.get('gc-y-position'))
self.window.resize(gajim.config.get('gc-width'), self.window.resize(gajim.config.get('gc-width'),
gajim.config.get('gc-height')) gajim.config.get('gc-height'))
# whether to ask for comfirmation before closing muc
self.confirm_close = gajim.config.get('confirm_close_muc') self.confirm_close = gajim.config.get('confirm_close_muc')
self.confirm_close = True
self.window.show_all() self.window.show_all()
def save_var(self, room_jid): def save_var(self, room_jid):