tanother small fix - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit cc32b01bd3a7b01116a5180d085b7fb8528ae673 DIR parent 29671f55b689c17984c5375e49b695223eea990b HTML Author: thomasv <thomasv@gitorious> Date: Fri, 12 Oct 2012 18:46:34 +0200 another small fix Diffstat: M lib/gui_lite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/gui_lite.py b/lib/gui_lite.py t@@ -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()