summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherView.py
diff options
context:
space:
mode:
authorTom2012-08-03 12:43:29 +0200
committerTom2012-08-03 12:43:29 +0200
commit12d1455841c65180aecb93b9ad0a6758c5d5e6b6 (patch)
tree444038b0f9b8e762f0061ed43c7742463ac9d5fa /Src/PyCatcher/src/pyCatcherView.py
parentfeddich (diff)
downloadimsi-catcher-detection-12d1455841c65180aecb93b9ad0a6758c5d5e6b6.tar.gz
imsi-catcher-detection-12d1455841c65180aecb93b9ad0a6758c5d5e6b6.tar.xz
imsi-catcher-detection-12d1455841c65180aecb93b9ad0a6758c5d5e6b6.zip
final commitHEADmaster
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherView.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherView.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/PyCatcher/src/pyCatcherView.py b/Src/PyCatcher/src/pyCatcherView.py
index 9d8cfef..992903d 100644
--- a/Src/PyCatcher/src/pyCatcherView.py
+++ b/Src/PyCatcher/src/pyCatcherView.py
@@ -130,8 +130,8 @@ class PyCatcherGUI:
self._catcher_controller.full_discovered_neighbourhoods_rule.is_active = self._builder.get_object('cb_neighbours_discovered').get_active()
self._catcher_controller.cell_id_db_rule.is_active = self._builder.get_object('cb_cell_id_database').get_active()
self._catcher_controller.location_area_database_rule.is_active = self._builder.get_object('cb_local_area_database').get_active()
- self._catcher_controller.lac_change_rule.is_active = self._builder.get_object('cb_lac_change')
- self._catcher_controller.rx_change_rule.is_active = self._builder.get_object('cb_rx_change')
+ self._catcher_controller.lac_change_rule.is_active = self._builder.get_object('cb_lac_change').get_active()
+ self._catcher_controller.rx_change_rule.is_active = self._builder.get_object('cb_rx_change').get_active()
self._catcher_controller.trigger_evaluation()
def _update_evaluators(self):