# HG changeset patch # User Christopher O'Brien # Date 1117939219 0 # Node ID 77d26d0b7a0a806a41484e1ad3e373fa77bed03a # Parent 8ae471231a6ed4387ce231bd1ed9a9d99b5bef22 [gaim-migrate @ 12788] sean: If it fixes it, commit it and add "Chris Toshok" to COPYRIGHT if he's not already there. egeis: alright Fixes a segfault logging in with a new account committer: Tailor Script diff -r 8ae471231a6e -r 77d26d0b7a0a COPYRIGHT --- a/COPYRIGHT Sat Jun 04 23:03:14 2005 +0000 +++ b/COPYRIGHT Sun Jun 05 02:40:19 2005 +0000 @@ -27,6 +27,7 @@ Graham Booker Craig Boston Chris Boyle +Chris Toshok Derrick J Brashear Matt Brenneke Jeremy Brooks diff -r 8ae471231a6e -r 77d26d0b7a0a src/gtkaccount.c --- a/src/gtkaccount.c Sat Jun 04 23:03:14 2005 +0000 +++ b/src/gtkaccount.c Sun Jun 05 02:40:19 2005 +0000 @@ -1549,7 +1549,7 @@ /* XXX: make the new account sign on with the currently active global status * instead of hardcoding "online" */ if (new) - gaim_presence_set_status_active(dialog->account->presence, "online", TRUE); + gaim_presence_set_status_active(ret->presence, "online", TRUE); return ret; }