grim/guifications1

39136f986233
Parents 801efa3a07c3
Children e540b29c14ec
this should kill the crash datallah had...
--- a/src/guifications.c Thu Apr 01 18:56:43 2004 +0000
+++ b/src/guifications.c Thu Apr 01 19:05:49 2004 +0000
@@ -416,7 +416,10 @@
gf_rem_account(void *paccount) {
GaimAccount *account = (GaimAccount*) paccount;
- if (account == NULL || account->gc == NULL) {
+ if (account == NULL)
+ return FALSE;
+
+ if(account->gc == NULL) {
connecting = g_slist_remove(connecting, account);
return FALSE;
}