summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherView.py
diff options
context:
space:
mode:
authorTom2012-04-12 17:38:40 +0200
committerTom2012-04-12 17:38:40 +0200
commit7c2974bb74e4db4470559d4784a423c3c6c97638 (patch)
treec7f6af6a39e1f3faa01982599844c9ec955eaccd /Src/PyCatcher/src/pyCatcherView.py
parentevaluation windows integrated (diff)
downloadimsi-catcher-detection-7c2974bb74e4db4470559d4784a423c3c6c97638.tar.gz
imsi-catcher-detection-7c2974bb74e4db4470559d4784a423c3c6c97638.tar.xz
imsi-catcher-detection-7c2974bb74e4db4470559d4784a423c3c6c97638.zip
implemented databases save for guis
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherView.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherView.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Src/PyCatcher/src/pyCatcherView.py b/Src/PyCatcher/src/pyCatcherView.py
index 6cb33a4..e39a247 100644
--- a/Src/PyCatcher/src/pyCatcherView.py
+++ b/Src/PyCatcher/src/pyCatcherView.py
@@ -161,7 +161,11 @@ class PyCatcherGUI:
def _on_evaluators_clicked(self, widget):
self._evaluators_window.show()
-
+
+ def _on_evaluators_window_close_clicked(self, window, event):
+ window.hide()
+ return True
+
def _on_rules_clicked(self, widget):
self._rules_window.show()