From 6be6c319db32eb285a217f41b2a7734c13c25452 Mon Sep 17 00:00:00 2001
From: Andrej Rode <mail@andrejro.de>
Date: Thu, 26 Jul 2018 16:42:12 +0200
Subject: grc: fix renaming of import -> imports in YAML syntax

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

(limited to 'grc/gui/VariableEditor.py')

diff --git a/grc/gui/VariableEditor.py b/grc/gui/VariableEditor.py
index c179c8bc8..ec4ad611e 100644
--- a/grc/gui/VariableEditor.py
+++ b/grc/gui/VariableEditor.py
@@ -174,7 +174,7 @@ class VariableEditor(Gtk.VBox):
         # Block specific values
         if block:
             if block.key == 'import':
-                value = block.params['import'].get_value()
+                value = block.params['imports'].get_value()
             elif block.key != "variable":
                 value = "<Open Properties>"
                 sp('editable', False)
-- 
cgit v1.2.3