Error: file already exists
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
Low
|
Mats |
Bug Description
invalid command name "ttk::dialog"
invalid command name "ttk::dialog"
while executing
"ttk::dialog .__ttk_
("eval" body line 1)
invoked from within
"eval [linsert $opts 0 ttk::dialog $win]"
(procedure "ttk::messageBox" line 21)
invoked from within
"ttk::messageBox -icon warning -type yesno -parent $w -message [::msgcat::mc $str $path]"
(procedure "::ttk:
invoked from within
"::ttk:
invoked from within
".__ttk_
invoked from within
".__ttk_
(command bound to event)
Changed in coccinella: | |
assignee: | nobody → matsben |
importance: | Undecided → Low |
Changed in coccinella: | |
status: | Fix Committed → Fix Released |
The ttk::dialog was included in tile but is not in tk/ttk. So I added it to contrib/. The fsdialog.tcl code isn't that well written and it trespasses on the ttk namespace. Bad! This fix is untested.