Mercurial > pidgin
diff src/dialogs.c @ 5593:b07aa997ddd8
[gaim-migrate @ 5997]
We don't actually need to call save_prefs() anymore.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 31 May 2003 08:42:55 +0000 |
| parents | 9eb5b13fd412 |
| children | dae79aefac8d |
line wrap: on
line diff
--- a/src/dialogs.c Sat May 31 08:39:12 2003 +0000 +++ b/src/dialogs.c Sat May 31 08:42:55 2003 +0000 @@ -1937,8 +1937,6 @@ strncpy_withhtml(b->account->user_info, junk, sizeof b->account->user_info); gc = b->account->gc; - save_prefs(); - if (gc) serv_set_info(gc, b->account->user_info); } @@ -2152,7 +2150,6 @@ serv_change_passwd(b->gc, orig, new1); g_snprintf(b->gc->account->password, sizeof(b->gc->account->password), "%s", new1); - save_prefs(); destroy_dialog(NULL, b->window); g_free(b); @@ -2553,7 +2550,6 @@ gaim_conversation_set_logging(c, TRUE); } - save_prefs(); cancel_log(NULL, c); } @@ -3311,7 +3307,6 @@ away_messages = g_slist_insert_sorted(away_messages, am, sort_awaymsg_list); } - save_prefs(); do_away_menu(NULL); return am; @@ -5071,8 +5066,6 @@ strncpy(b->account->user_info, tmp, sizeof b->account->user_info); gc = b->account->gc; - save_prefs(); - if (gc) serv_set_info(gc, b->account->user_info); }
