Revision fabe277141d058a2739208e726705c68e2eda0eb
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Fri Mar 30 11:02:47 EDT 2007
o -----------------------------------------------------------------
| Revision: fabe277141d058a2739208e726705c68e2eda0eb
| Ancestor: 834f9051af790602e109a50a3f22da203f4302ab
| Author: nosnilmot at pidgin.im
| Date: 2007-03-30T15:01:58
| Branch: im.pidgin.pidgin
|
| Modified files:
| libpurple/protocols/silc/util.c
|
| ChangeLog:
|
| Something about this looked wrong to me:
| (11:01:17) nosnilmot set channel pidgin modes to: [permanent] [secret] [secret]
|
| So I figured I should fix it, as I probably broke it originally anyway.
|
|
| ============================================================
| --- libpurple/protocols/silc/util.c 1d27c0189a9067f9039f92bc2f5f57084c705d27
| +++ libpurple/protocols/silc/util.c 5fb822bee02f987875c9258540b591bf9b50be1a
| @@ -444,8 +444,6 @@ void silcpurple_get_chmode_string(SilcUI
| strcat(buf, "[private] ");
| if (mode & SILC_CHANNEL_MODE_SECRET)
| strcat(buf, "[secret] ");
| - if (mode & SILC_CHANNEL_MODE_SECRET)
| - strcat(buf, "[secret] ");
| if (mode & SILC_CHANNEL_MODE_PRIVKEY)
| strcat(buf, "[private key] ");
| if (mode & SILC_CHANNEL_MODE_INVITE)
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from fabe277141d058a2739208e726705c68e2eda0eb
More information about the Commits
mailing list