Error message causes application error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Committed
|
Medium
|
buzzdee |
Bug Description
* Windown Vista, using the last build from Download page
When connecting to jabber.org connection did not established (I have a network problem, so it is normal) but the message I get is the application message:
bad option "-timeout": must be -default, -detail, -icon, -message, -parent, -title, or -type
bad option "-timeout": must be -default, -detail, -icon, -message, -parent, -title, or -type
while executing
"tk_messageBox -timeout 10000 -message {Pas de réponse du serveur jabber.org : délai dépassé.} -default ok -icon error -type ok -title Erreur"
("eval" body line 1)
invoked from within
"eval {tk_messageBox} [array get argsA]"
(procedure "::UI::MessageBox" line 9)
invoked from within
"::UI::MessageBox -icon error -title [mc "Error"] -type $type -timeout $errormessageti
(procedure "HandleErrorCode" line 31)
invoked from within
"HandleErrorCode $errcode $errmsg"
(procedure "HighFinal" line 27)
invoked from within
"HighFinal $token $jlibname $status $errcode $errmsg"
(procedure "::Login:
invoked from within
"::Login:
("uplevel" body line 1)
invoked from within
"uplevel #0 $state(-command) [list $jlibname $status $errcode $errmsg]"
(procedure "finish" line 49)
invoked from within
"finish $jlibname timeout"
(procedure "jlib::
invoked from within
"jlib::
("after" script)
Besides it worked for me, I removed the culprit -timeout now with svn revision 2863, since it seems the message doesn't pop up again and again...
Please try again with a breakfast build tomorrow, or sometime later.