commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/03: wxgui: Fix wxgui breakage due to ren


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/03: wxgui: Fix wxgui breakage due to renamed variable
Date: Tue, 30 Dec 2014 16:02:28 +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 b09c7b3dbac0e0e681e5095aef4ea26f5777c2d6
Author: Johnathan Corgan <address@hidden>
Date:   Tue Dec 30 07:46:48 2014 -0800

    wxgui: Fix wxgui breakage due to renamed variable
---
 gr-wxgui/python/wxgui/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-wxgui/python/wxgui/common.py b/gr-wxgui/python/wxgui/common.py
index d466bdd..62d8810 100644
--- a/gr-wxgui/python/wxgui/common.py
+++ b/gr-wxgui/python/wxgui/common.py
@@ -48,7 +48,7 @@ class wxgui_hb(object):
                """
                try:
                        assert points[0] == self or points[0][0] == self
-                       copy = 
blocks.copy(self._hb.input_signature().sizeof_stream_item(0))
+                       copy = 
blocks.copy(self._impl.input_signature().sizeof_stream_item(0))
                        handler = self._handler_factory(copy.set_enabled)
                        if RUN_ALWAYS == False:
                                handler(False) #initially disable the copy block



reply via email to

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