[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/02: grc: Fixed stylesheet bug in flowgra
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/02: grc: Fixed stylesheet bug in flowgraph template |
Date: |
Sat, 3 Oct 2015 19:46:48 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit ab3f8a00abcf40557081099e9c29f8c7d4d86378
Author: Seth Hitefield <address@hidden>
Date: Sat Oct 3 12:59:06 2015 -0400
grc: Fixed stylesheet bug in flowgraph template
---
grc/python/flow_graph.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl
index 72891b7..35d9239 100644
--- a/grc/python/flow_graph.tmpl
+++ b/grc/python/flow_graph.tmpl
@@ -278,7 +278,7 @@ gr.io_signaturev($(len($io_sigs)), $(len($io_sigs)), [$(',
'.join($size_strs))])
filename = os.path.join(
gr.prefix(), "share", "gnuradio", "themes", filename)
with open(filename) as ss:
- tb.setStyleSheet('1' + ss.read())
+ self.setStyleSheet(ss.read())
except Exception as e:
print >> sys.stderr, e
#end if