summaryrefslogtreecommitdiffstats
path: root/frontend
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-09-07 18:14:59 +0200
committerMartin Sivak <msivak@redhat.com>2010-09-07 18:14:59 +0200
commit5a3ce15d8ce2039bbfcc871eeb1b5d9f25c8519d (patch)
tree5500211efa53d0911538dea337463d82607f518a /frontend
parentf2477f2f404edb1cc8bbafc490a203f9905bcde1 (diff)
downloadfirstaidkit-5a3ce15d8ce2039bbfcc871eeb1b5d9f25c8519d.tar.gz
firstaidkit-5a3ce15d8ce2039bbfcc871eeb1b5d9f25c8519d.tar.xz
firstaidkit-5a3ce15d8ce2039bbfcc871eeb1b5d9f25c8519d.zip
Saving and resetting Info object
Diffstat (limited to 'frontend')
-rw-r--r--frontend/frontend_gtk.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/frontend_gtk.py b/frontend/frontend_gtk.py
index 3cb7665..679fd9a 100644
--- a/frontend/frontend_gtk.py
+++ b/frontend/frontend_gtk.py
@@ -26,6 +26,7 @@ import copy
import logging
from pyfirstaidkit import reporting
from pyfirstaidkit.returns import *
+from pyfirstaidkit.configuration import resetInfo
import pprint
import os.path
import thread
@@ -320,6 +321,7 @@ class CallbacksMainWindow(object):
self._data.result_list_store.clear()
del self._data.result_list_iter
self._data.result_list_iter = dict()
+ resetInfo()
return True
def on_b_StopResults_activate(self, widget, *args):