Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkaccount.c Mon Dec 27 07:21:45 2004 +0000 +++ b/src/gtkaccount.c Mon Dec 27 08:56:04 2004 +0000 @@ -1334,7 +1334,7 @@ /* Buddy Icon */ value = dialog->icon_path; gaim_account_set_buddy_icon(dialog->account, value); - + /* Remember Password */ gaim_account_set_remember_password(dialog->account, gtk_toggle_button_get_active(
