summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/pyCatcherView.py
diff options
context:
space:
mode:
authorTom2012-05-11 17:12:48 +0200
committerTom2012-05-11 17:12:48 +0200
commit9bfa449c9998c94b9fde3bc0e0dcc7bd6e97566d (patch)
tree7ad46e21541572397a220f415ca10af29f433304 /Src/PyCatcher/src/pyCatcherView.py
parentfinished few experiments with documentation (diff)
downloadimsi-catcher-detection-9bfa449c9998c94b9fde3bc0e0dcc7bd6e97566d.tar.gz
imsi-catcher-detection-9bfa449c9998c94b9fde3bc0e0dcc7bd6e97566d.tar.xz
imsi-catcher-detection-9bfa449c9998c94b9fde3bc0e0dcc7bd6e97566d.zip
finished experiments seciton apart from tables where data is needed and appendix
Diffstat (limited to 'Src/PyCatcher/src/pyCatcherView.py')
-rw-r--r--Src/PyCatcher/src/pyCatcherView.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/PyCatcher/src/pyCatcherView.py b/Src/PyCatcher/src/pyCatcherView.py
index 68400a7..3c3c961 100644
--- a/Src/PyCatcher/src/pyCatcherView.py
+++ b/Src/PyCatcher/src/pyCatcherView.py
@@ -107,6 +107,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.trigger_evaluation()
def _update_evaluators(self):