reload broken image
Bug #544183 reported by
buzzdee
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
Low
|
buzzdee |
Bug Description
trying to reload a broken image produces the following exception:
can't read "fileTail": no such variable
can't read "fileTail": no such variable
while executing
"::UI::MessageBox -icon error -title [mc "Error"] -type ok -message "No url found for the file \"$fileTail\" with MIME type $mime""
(procedure "::Import:
invoked from within
"::Import:
invoked from within
".popupbroken invoke active"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke active]"
(procedure "tk::MenuInvoke" line 50)
invoked from within
"tk::MenuInvoke .popupbroken 1"
(command bound to event)
Changed in coccinella: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
fixed with svn revision #2789.
The problem is that broken images created from within itcl files like Dice.itcl do not have a url assigned, and then the error message was broken. Now assigning values to "fileName" and "mime" before using it.