Tkabber

Check-in [3cc5133571]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed typo.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 3cc513357123bcadd36e9cafec35515c36549927
User & Date: sgolovan 2016-01-15 17:44:54
Context
2016-01-16
12:54
Don't clean-up the checkbuttons variable before constructing the dialog. This helps to set some checkbuttons in advance by default. Fixed disabling the ecryption in a groupchat after enabling it there. check-in: a401166e10 user: sgolovan tags: trunk
2016-01-15
17:44
Fixed typo. check-in: 3cc5133571 user: sgolovan tags: trunk
10:35
Don't show any info on conference occupants in roster tooltips if ::ifacetk::roster::options(show_conference_user_info) option is disabled. check-in: 46251c0a1f user: sgolovan tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to plugins/general/gpgme.tcl.

1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740

    foreach nick [array names groupencrypt[psuffix $xlib]] {
        set idx [list $xlib $jid $nick]

        if {![info exists groupchat_encrypt($idx)]} {
            set groupchat_encrypt($idx) 0
        }
        if {[set groupencrypt[prefix $xlib]($nick)]} {
            set groupchat_encrypt($idx) 1
        }
    }

    destroy $dw
    unset -nocomplain groupencrypt[psuffix $xlib]
}







|







1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740

    foreach nick [array names groupencrypt[psuffix $xlib]] {
        set idx [list $xlib $jid $nick]

        if {![info exists groupchat_encrypt($idx)]} {
            set groupchat_encrypt($idx) 0
        }
        if {[set groupencrypt[psuffix $xlib]($nick)]} {
            set groupchat_encrypt($idx) 1
        }
    }

    destroy $dw
    unset -nocomplain groupencrypt[psuffix $xlib]
}