Mercurial > pidgin
comparison src/multi.c @ 1772:896432d66303
[gaim-migrate @ 1782]
remove OPT_USR_KEEPALIVE; add OPT_PROTO_UNIQUE_CHATNAME for Jabber. other things that need to be implemented still.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 30 Apr 2001 01:58:24 +0000 |
| parents | f42ce672c560 |
| children | b367beee6448 |
comparison
equal
deleted
inserted
replaced
| 1771:213607e89598 | 1772:896432d66303 |
|---|---|
| 384 | 384 |
| 385 make_protocol_menu(hbox, u); | 385 make_protocol_menu(hbox, u); |
| 386 | 386 |
| 387 acct_button(_("Remember Password"), u, OPT_USR_REM_PASS, vbox); | 387 acct_button(_("Remember Password"), u, OPT_USR_REM_PASS, vbox); |
| 388 acct_button(_("Auto-Login"), u, OPT_USR_AUTO, vbox); | 388 acct_button(_("Auto-Login"), u, OPT_USR_AUTO, vbox); |
| 389 acct_button(_("Send KeepAlive packet (6 bytes/second)"), u, OPT_USR_KEEPALV, vbox); | 389 /*acct_button(_("Send KeepAlive packet (6 bytes/second)"), u, OPT_USR_KEEPALV, vbox);*/ |
| 390 | 390 |
| 391 if (u) { | 391 if (u) { |
| 392 u->name = name; | 392 u->name = name; |
| 393 u->pass = pass; | 393 u->pass = pass; |
| 394 gtk_entry_set_text(GTK_ENTRY(name), u->username); | 394 gtk_entry_set_text(GTK_ENTRY(name), u->username); |
