fix self.msgq typo bug

git-svn-id: http://op25.osmocom.org/svn/trunk@306 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
max 2012-08-27 17:38:24 +00:00
parent a39f29ada8
commit a021fc284d
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class p25_rx_block (stdgui2.std_top_block):
self.msgq = gr.msg_queue(2)
self.decode_watcher = decode_watcher(self.msgq, self.traffic)
self.p25_decoder = op25.decoder_bf()
self.p25_decoder.set_msgq(msgq)
self.p25_decoder.set_msgq(self.msgq)
self.frame.SetStatusText("TUN/TAP: " + self.p25_decoder.destination())
# read capture file properties (decimation etc.)