comparison src/gtkaccount.c @ 10432:dc4475bf718f

[gaim-migrate @ 11684] Shuffle some things around in pounce.c to match savedstatuses.c, blist.c and accounts.c Write the pounces using the util function and xmlnodes (so pounces.xml is out-of-disk-space safe, now) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 27 Dec 2004 08:56:04 +0000
parents 854c972ea863
children bec9130b24d2
comparison
equal deleted inserted replaced
10431:843ed1f2bf3f 10432:dc4475bf718f
1332 gaim_account_set_alias(dialog->account, NULL); 1332 gaim_account_set_alias(dialog->account, NULL);
1333 1333
1334 /* Buddy Icon */ 1334 /* Buddy Icon */
1335 value = dialog->icon_path; 1335 value = dialog->icon_path;
1336 gaim_account_set_buddy_icon(dialog->account, value); 1336 gaim_account_set_buddy_icon(dialog->account, value);
1337 1337
1338 /* Remember Password */ 1338 /* Remember Password */
1339 gaim_account_set_remember_password(dialog->account, 1339 gaim_account_set_remember_password(dialog->account,
1340 gtk_toggle_button_get_active( 1340 gtk_toggle_button_get_active(
1341 GTK_TOGGLE_BUTTON(dialog->remember_pass_check))); 1341 GTK_TOGGLE_BUTTON(dialog->remember_pass_check)));
1342 1342