CVSROOT: /cvs/gnome Module name: gossip Changes by: rhult 06/07/05 15:48:35
Modified files: . : ChangeLog libgossip : gossip-account-manager.c gossip-account.c gossip-chatroom-manager.c gossip-chatroom.c gossip-contact.c gossip-session.c src : gossip-accounts-dialog.c gossip-app.c gossip-main.c Log message: 2006-07-05 Richard Hult <[EMAIL PROTECTED]> * libgossip/gossip-account-manager.c: (gossip_account_manager_get_default): Fix bug where we sometimes returned an increased refcount account, sometimes not. Now we never do. * src/gossip-main.c: (main): Revert the earlier change due to the above. * libgossip/gossip-chatroom-manager.c: (chatroom_manager_file_save): Don't unref since gossip_chatroom_get_account doesn't increase the refcount now. * libgossip/gossip-chatroom.c: (gossip_chatroom_get_account): Don't increase the refcount. * libgossip/gossip-contact.c: (contact_finalize): Tweak style. * libgossip/gossip-session.c: (session_finalize): No need to check for NULL when dealing with lists since NULL is a valid list. Also don't check for things that we know are there (since they are created in init). Makes the code a bit less verbose. (session_protocol_logged_in): Don't call g_timer_start since creating the timer does just that. * src/gossip-accounts-dialog.c: (accounts_dialog_setup): Revert earlier change, now don't unref the default account. * src/gossip-app.c: Some style tweaks. * src/gossip-main.c: Don't use the default account if there isn't one. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gossip&who=rhult&date=explicit&mindate=2006-07-05%2015:47&maxdate=2006-07-05%2015:49 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list