From 114b39a434c13a239f33ff65cebce10fcebd26ec Mon Sep 17 00:00:00 2001
From: Sebastian Koslowski <koslowski@kit.edu>
Date: Wed, 22 Mar 2017 13:28:25 +0100
Subject: grc: fix regressions from gtk3 merge

---
 grc/core/Port.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'grc/core/Port.py')

diff --git a/grc/core/Port.py b/grc/core/Port.py
index 14dd9cd09f..9ca443efa1 100644
--- a/grc/core/Port.py
+++ b/grc/core/Port.py
@@ -67,7 +67,7 @@ def _sources_from_virtual_source_port(source_port, _traversed=None):
     if not block.is_virtual_source():
         return [source_port]  # nothing to resolve, we're done
 
-    stream_id = block.get_parqam('stream_id').get_value()
+    stream_id = block.get_param('stream_id').get_value()
 
     # currently the validation does not allow multiple virtual sinks and one virtual source
     # but in the future it may...
-- 
cgit v1.2.3