summaryrefslogtreecommitdiff
path: root/grc/gui/Param.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Param.py')
-rw-r--r--grc/gui/Param.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/grc/gui/Param.py b/grc/gui/Param.py
index 5f83689023..515c345a73 100644
--- a/grc/gui/Param.py
+++ b/grc/gui/Param.py
@@ -221,8 +221,6 @@ class PythonEditorParam(InputParam):
self.pack_start(button, True)
def open_editor(self, widget=None):
- if not os.path.exists(Constants.EDITOR):
- Dialogs.ChooseEditorDialog()
flowgraph = self.param.get_parent().get_parent()
flowgraph.install_external_editor(self.param)