commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 45/101: grc: fix block init


From: git
Subject: [Commit-gnuradio] [gnuradio] 45/101: grc: fix block init
Date: Thu, 16 Mar 2017 14:58:04 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch python3
in repository gnuradio.

commit e9dae9194c5abc5582f640f4d5a66794dcdeb8ca
Author: Sebastian Koslowski <address@hidden>
Date:   Tue Jul 19 14:53:03 2016 +0200

    grc: fix block init
---
 grc/gui/Block.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grc/gui/Block.py b/grc/gui/Block.py
index 8d0c65c..c5a9f06 100644
--- a/grc/gui/Block.py
+++ b/grc/gui/Block.py
@@ -41,7 +41,7 @@ class Block(CoreBlock, Element):
         Block constructor.
         Add graphics related params to the block.
         """
-        _Block.__init__(self, flow_graph, n)
+        CoreBlock.__init__(self, flow_graph, n)
 
         self.states.update(_coordinate=(0, 0), _rotation=0)
         self.width = self.height = 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]