Mercurial > pidgin
diff src/protocols/irc/irc.c @ 10954:ec90b7d126be
[gaim-migrate @ 12754]
sf patch #1211713, from Richard Laager
"Join Chat Dialog Required Fields"
To any aspiring patch writers, let this be a lesson...
Small, simple and clearly good patches are very easy to commit.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 31 May 2005 23:51:20 +0000 |
| parents | c153119be7d0 |
| children | a7f182589325 |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Tue May 31 23:48:54 2005 +0000 +++ b/src/protocols/irc/irc.c Tue May 31 23:51:20 2005 +0000 @@ -202,6 +202,7 @@ pce = g_new0(struct proto_chat_entry, 1); pce->label = _("_Channel:"); pce->identifier = "channel"; + pce->required = TRUE; m = g_list_append(m, pce); pce = g_new0(struct proto_chat_entry, 1);
