diff --git a/src/xschem.tcl b/src/xschem.tcl index 5243798c..92d7a8d7 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -1568,7 +1568,6 @@ proc load_file_dialog {{msg {}} {ext {}} {global_initdir {INITIALINSTDIR}} {init bind .dialog.buttons_bot.entry { set globfilter [.dialog.buttons_bot.entry get] if { $globfilter eq {} } { set globfilter {*} } - puts $globfilter setglob $myload_dir1 } radiobutton .dialog.buttons_bot.all -text All -variable globfilter -value {*} \