From 7c2974bb74e4db4470559d4784a423c3c6c97638 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 12 Apr 2012 17:38:40 +0200 Subject: implemented databases save for guis --- Src/PyCatcher/src/pyCatcherView.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Src/PyCatcher/src/pyCatcherView.py') 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() -- cgit v1.2.3-55-g7522