Comment 3 for bug 173051

Revision history for this message
Mats (matsben) wrote :

You mean that subject shall be sent on FocusOut event on the subject entry widget instead of:

proc ::Chat::OnFocusOutSubject {chattoken} {
    variable $chattoken
    upvar 0 $chattoken chatstate

    # Reset to previous subject.
    set chatstate(subject) $chatstate(subjectOld)
}