save roster window / position when Gajim is shut down not intentionally. Fixes #4868

This commit is contained in:
Yann Leboulanger 2009-04-29 17:40:50 +00:00
parent 1a8def3341
commit 5b001701f0
1 changed files with 2 additions and 2 deletions

View File

@ -386,8 +386,8 @@ def on_exit():
# delete pid file on normal exit
if os.path.exists(pid_filename):
os.remove(pid_filename)
# Save config
gajim.interface.save_config()
# Shutdown GUI and save config
gajim.interface.roster.quit_gtkgui_interface()
if sys.platform == 'darwin':
try:
osx.shutdown()