# HG changeset patch # User Nathan Walp # Date 1133913890 0 # Node ID b94069a95be75dc2d6e28778b23ca8836da7135c # Parent 5482836a0facc5888a13ea6a29fa6d6a6b1d0a5d [gaim-migrate @ 14681] this should fix the problem where you have yourself on your jabber buddy list, but you don't appear online until you change your status once. committer: Tailor Script diff -r 5482836a0fac -r b94069a95be7 src/prpl.c --- a/src/prpl.c Tue Dec 06 23:57:52 2005 +0000 +++ b/src/prpl.c Wed Dec 07 00:04:50 2005 +0000 @@ -237,7 +237,7 @@ g_return_if_fail(account != NULL); g_return_if_fail(name != NULL); g_return_if_fail(status_id != NULL); - g_return_if_fail(gaim_account_is_connected(account)); + g_return_if_fail(gaim_account_is_connected(account) || gaim_account_is_connecting(account)); if ((buddy = gaim_find_buddy(account, name)) == NULL) return;