From 68c7b0839fa1d8235560ce821b67301d9b98fc64 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Wed, 20 Mar 2013 16:04:56 -0400
Subject: qtgui: force ControlPort off when using static plot tools.

---
 gr-qtgui/apps/plot_base.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gr-qtgui/apps/plot_base.py')

diff --git a/gr-qtgui/apps/plot_base.py b/gr-qtgui/apps/plot_base.py
index b279e1e977..eaab7599c7 100644
--- a/gr-qtgui/apps/plot_base.py
+++ b/gr-qtgui/apps/plot_base.py
@@ -25,6 +25,8 @@ from gnuradio.eng_option import eng_option
 from optparse import OptionParser
 import os, sys
 
+os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
+
 try:
     from gnuradio import qtgui
     from PyQt4 import QtGui, QtCore
-- 
cgit v1.2.3