Mercurial > pidgin
comparison src/protocols/irc/irc.c @ 3306:ba398df4c0b0
[gaim-migrate @ 3324]
why did i have this?
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Fri, 07 Jun 2002 18:57:18 +0000 |
| parents | 01c000f003db |
| children | 8fa61405af2b |
comparison
equal
deleted
inserted
replaced
| 3305:bf3c5d334b6e | 3306:ba398df4c0b0 |
|---|---|
| 1311 GList *m = NULL; | 1311 GList *m = NULL; |
| 1312 struct proto_user_opt *puo; | 1312 struct proto_user_opt *puo; |
| 1313 | 1313 |
| 1314 puo = g_new0(struct proto_user_opt, 1); | 1314 puo = g_new0(struct proto_user_opt, 1); |
| 1315 puo->label = "Server:"; | 1315 puo->label = "Server:"; |
| 1316 puo->def = "irc.mozilla.org"; | 1316 puo->def = "irc.openprojects.net"; |
| 1317 puo->pos = USEROPT_SERV; | 1317 puo->pos = USEROPT_SERV; |
| 1318 m = g_list_append(m, puo); | 1318 m = g_list_append(m, puo); |
| 1319 | 1319 |
| 1320 puo = g_new0(struct proto_user_opt, 1); | 1320 puo = g_new0(struct proto_user_opt, 1); |
| 1321 puo->label = "Port:"; | 1321 puo->label = "Port:"; |
