another small fix

This commit is contained in:
thomasv 2012-10-12 18:46:34 +02:00
parent 29671f55b6
commit cc32b01bd3
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class MiniWindow(QDialog):
def closeEvent(self, event):
g = self.geometry()
self.config.set_key("winpos-lite", [g.left(),g.top(),g.width(),g.height()],True)
self.config.set_key("history", self.history_list.isVisible(),True)
self.config.set_key("gui_show_history", self.history_list.isVisible(),True)
super(MiniWindow, self).closeEvent(event)
qApp.quit()