diff --git a/terminatorlib/prefseditor.py b/terminatorlib/prefseditor.py index fe25eac5..e0b5e989 100755 --- a/terminatorlib/prefseditor.py +++ b/terminatorlib/prefseditor.py @@ -1189,8 +1189,7 @@ class PrefsEditor: res = model.append([name, True]) if res: path = model.get_path(res) - treeview.set_cursor(path, focus_column=treeview.get_column(0), - start_editing=True) + treeview.set_cursor(path, start_editing=True) self.config.save()