comparison src/protocols/yahoo/yahoochat.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 ca3e0882d377
children 629cbfd1ed6d
comparison
equal deleted inserted replaced
10953:e8e535ad720b 10954:ec90b7d126be
981 struct proto_chat_entry *pce; 981 struct proto_chat_entry *pce;
982 982
983 pce = g_new0(struct proto_chat_entry, 1); 983 pce = g_new0(struct proto_chat_entry, 1);
984 pce->label = _("_Room:"); 984 pce->label = _("_Room:");
985 pce->identifier = "room"; 985 pce->identifier = "room";
986 pce->required = TRUE;
986 m = g_list_append(m, pce); 987 m = g_list_append(m, pce);
987 988
988 return m; 989 return m;
989 } 990 }
990 991