Mercurial > pidgin
comparison src/server.c @ 986:ca8f1d02630a
[gaim-migrate @ 996]
trying to be more forceful about saving config, esp. after permit/deny change
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 13 Oct 2000 18:21:15 +0000 |
| parents | 7e231bc0018a |
| children | d2d6be9c85fe |
comparison
equal
deleted
inserted
replaced
| 985:056bd26615ea | 986:ca8f1d02630a |
|---|---|
| 365 } | 365 } |
| 366 break; | 366 break; |
| 367 } | 367 } |
| 368 */ | 368 */ |
| 369 } | 369 } |
| 370 do_export(0, 0); | |
| 371 serv_save_config(); | |
| 370 } | 372 } |
| 371 | 373 |
| 372 void serv_set_idle(struct gaim_connection *g, int time) | 374 void serv_set_idle(struct gaim_connection *g, int time) |
| 373 { | 375 { |
| 374 if (g->prpl && g->prpl->set_idle) | 376 if (g->prpl && g->prpl->set_idle) |
