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)