# HG changeset patch # User Richard Laager # Date 1133717701 0 # Node ID 5a444a92c92356f7a1c09e428fdecb7e5127bf6a # Parent e1fc3eaf73b9f945ac6e46a162a5d1f96e9b962c [gaim-migrate @ 14619] msn_object_new doesn't take an argument. committer: Tailor Script diff -r e1fc3eaf73b9 -r 5a444a92c923 src/protocols/msn/user.c --- a/src/protocols/msn/user.c Sun Dec 04 17:33:16 2005 +0000 +++ b/src/protocols/msn/user.c Sun Dec 04 17:35:01 2005 +0000 @@ -185,7 +185,7 @@ if (msnobj == NULL) { - msnobj = msn_object_new(TRUE); + msnobj = msn_object_new(); msn_object_set_local(msnobj); msn_object_set_type(msnobj, MSN_OBJECT_USERTILE); msn_object_set_location(msnobj, "TFR2C2.tmp");