comparison 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
comparison
equal deleted inserted replaced
10953:e8e535ad720b 10954:ec90b7d126be
200 struct proto_chat_entry *pce; 200 struct proto_chat_entry *pce;
201 201
202 pce = g_new0(struct proto_chat_entry, 1); 202 pce = g_new0(struct proto_chat_entry, 1);
203 pce->label = _("_Channel:"); 203 pce->label = _("_Channel:");
204 pce->identifier = "channel"; 204 pce->identifier = "channel";
205 pce->required = TRUE;
205 m = g_list_append(m, pce); 206 m = g_list_append(m, pce);
206 207
207 pce = g_new0(struct proto_chat_entry, 1); 208 pce = g_new0(struct proto_chat_entry, 1);
208 pce->label = _("_Password:"); 209 pce->label = _("_Password:");
209 pce->identifier = "password"; 210 pce->identifier = "password";