view business card gives immediately an error
Bug #497409 reported by
mirkobau
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
Medium
|
buzzdee |
Bug Description
when opening a contact's business card, if the contact is without personal notes, i immediately receive this error:
extra characters after close-quote
extra characters after close-quote
while executing
"::UI::MessageBox -type ok -icon error -title [mc "Error"] -message "[mc "Failed to obtain personal notes: %s", [lindex $queryElem 1]]"
# -messa..."
invoked from within
(. . .)
The problem is in a single comma after the first argument to the 'mc' proc.
Another error comes out when correcting that comma: $dlg variable doesn't exist.
patch attached.
Changed in coccinella: | |
milestone: | none → 0.96.18 |
Changed in coccinella: | |
importance: | Undecided → Medium |
assignee: | nobody → buzzdee (sebastia) |
Changed in coccinella: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I tried to reproduce the problem with latest svn version, but I do not get into the error condition with my server.
However, the comma is probably erroneous, and needs to be removed
does the problem vanish without your patch, when you add a note to a contact where the problem occurs?
do you know what kind of jabber server software is running on the other side? in case its a public server, where can I use it?
I'd like to reproduce the problem before applying the patch...