diff options
Diffstat (limited to 'gr-wxgui/python/wxgui/common.py')
-rw-r--r-- | gr-wxgui/python/wxgui/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/python/wxgui/common.py b/gr-wxgui/python/wxgui/common.py index d466bdd9d5..62d881079b 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 |