fixed typo
This commit is contained in:
parent
c43b72434e
commit
e731f6caed
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue