summaryrefslogtreecommitdiff
path: root/gsm-tvoid/src/python
diff options
context:
space:
mode:
authortvoid <tvoid@lesaige.com>2008-04-11 09:08:00 -0600
committertvoid <tvoid@lesaige.com>2008-04-11 09:08:00 -0600
commit67272251547bc999e581eb0d1fcd90b5cb14d469 (patch)
tree2f31580521e57ab08e69d06f2f678b54d6161d87 /gsm-tvoid/src/python
parent26645da7613da2c50675f2059c70811354a334a3 (diff)
parent21aadd29384bfa45639940fc904592b8a7a5a073 (diff)
Merge commit 'origin/HEAD'
Conflicts: gsm-tvoid/src/lib/gsm.i gsm-tvoid/src/lib/gsm_burst.cc gsm-tvoid/src/lib/gsm_burst.h gsm-tvoid/src/lib/gsm_burst_cf.cc gsm-tvoid/src/lib/gsm_burst_ff.cc gsm-tvoid/src/lib/gsm_burst_ff.h gsm-tvoid/src/python/gsm_scan.py
Diffstat (limited to 'gsm-tvoid/src/python')
-rwxr-xr-xgsm-tvoid/src/python/gsm_scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm-tvoid/src/python/gsm_scan.py b/gsm-tvoid/src/python/gsm_scan.py
index b98bf43..6d25fd3 100755
--- a/gsm-tvoid/src/python/gsm_scan.py
+++ b/gsm-tvoid/src/python/gsm_scan.py
@@ -429,7 +429,6 @@ class app_flow_graph(stdgui.gui_flow_graph):
popts |= gsm.PRINT_GSM_DECODE
#TODO: should warn if PRINT_GSM_DECODE is combined with other flags (will corrupt output for gsmdecode)
-
self.burst.d_print_options = popts
@@ -586,6 +585,7 @@ class app_flow_graph(stdgui.gui_flow_graph):
def on_idle(self, event):
#We can't update this while in the tune functions since they can be invoked by callbaks and the GUI croaks...
+ #FIXME: This is icky.
self._set_status_msg(self.status_msg)
#print "Idle.\n";
personal git repositories of Harald Welte. Your mileage may vary