diff src/protocols/oscar/oscar.c @ 9730:c9ac1976ef01

[gaim-migrate @ 10591] I shuffled lots of stuff around again. See plugins/ChangeLog.API for the list of renamed functions. I'm trying to clean up gtkdialogs.c/.h, so I moved the away stuff into away.c/.h I also reduced the minimum buddy list height from 200 pixels to 100 pixels. I just realized that that's also the default height used when you don't have a prefs.xml, which is bad. I think I'm going to set the default height to around 300 pixels. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Aug 2004 03:49:46 +0000
parents 6b5bd8ee11db
children 60705fd4f411
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Sun Aug 08 19:01:42 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Mon Aug 09 03:49:46 2004 +0000
@@ -28,7 +28,6 @@
 
 #include "account.h"
 #include "accountopt.h"
-#include "away.h"
 #include "buddyicon.h"
 #include "conversation.h"
 #include "core.h"
@@ -5416,7 +5415,7 @@
 		/* If this is our only online account then globally set Gaim not-away */
 		GList *gcs = gaim_connections_get_all();
 		if (gcs->next == NULL)
-			do_im_back(NULL, NULL);
+			; /* XXX do_im_back(NULL, NULL); */
 	}
 
 	aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL);