Update h2inc_gtk.py

This commit is contained in:
Lerking
2018-05-08 12:34:13 +02:00
committed by GitHub
parent d5a340d1f3
commit f2d4bf0c4c

View File

@@ -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)