From f2d4bf0c4cd70be0c90c48f0e06edf8d4fe861a2 Mon Sep 17 00:00:00 2001 From: Lerking <33354709+Lerking@users.noreply.github.com> Date: Tue, 8 May 2018 12:34:13 +0200 Subject: [PATCH] Update h2inc_gtk.py --- Gui test/h2inc_gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui test/h2inc_gtk.py b/Gui test/h2inc_gtk.py index 1e8f1d6..e8d27d4 100755 --- a/Gui test/h2inc_gtk.py +++ b/Gui test/h2inc_gtk.py @@ -168,7 +168,7 @@ class H2INC: if defdir == True: srcdir = defsrc self.obj("source_entry").set_text(srcdir) - destdir = defdest+incinc + destdir = defdest self.obj("destination_entry").set_text(destdir) self.obj("include_checkbutton").set_sensitive(True) self.obj("source_label").set_sensitive(False)