comparison 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
comparison
equal deleted inserted replaced
9729:f44ae9331afc 9730:c9ac1976ef01
26 */ 26 */
27 #include "internal.h" 27 #include "internal.h"
28 28
29 #include "account.h" 29 #include "account.h"
30 #include "accountopt.h" 30 #include "accountopt.h"
31 #include "away.h"
32 #include "buddyicon.h" 31 #include "buddyicon.h"
33 #include "conversation.h" 32 #include "conversation.h"
34 #include "core.h" 33 #include "core.h"
35 #include "debug.h" 34 #include "debug.h"
36 #include "ft.h" 35 #include "ft.h"
5414 5413
5415 if (!strcmp(state, _("Back"))) { 5414 if (!strcmp(state, _("Back"))) {
5416 /* If this is our only online account then globally set Gaim not-away */ 5415 /* If this is our only online account then globally set Gaim not-away */
5417 GList *gcs = gaim_connections_get_all(); 5416 GList *gcs = gaim_connections_get_all();
5418 if (gcs->next == NULL) 5417 if (gcs->next == NULL)
5419 do_im_back(NULL, NULL); 5418 ; /* XXX do_im_back(NULL, NULL); */
5420 } 5419 }
5421 5420
5422 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL); 5421 aim_setextstatus(od->sess, AIM_ICQ_STATE_NORMAL);
5423 5422
5424 if (od->rights.maxawaymsglen == 0) 5423 if (od->rights.maxawaymsglen == 0)