comparison src/server.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 4d05b6e9e9cd
children 2bb5e2cd64bd
comparison
equal deleted inserted replaced
9729:f44ae9331afc 9730:c9ac1976ef01
32 #include "server.h" 32 #include "server.h"
33 #include "sound.h" 33 #include "sound.h"
34 #include "util.h" 34 #include "util.h"
35 35
36 /* XXX UI Stuff */ 36 /* XXX UI Stuff */
37 #include "away.h"
38 #include "gtkdialogs.h"
37 #include "gaim.h" 39 #include "gaim.h"
38 #include "gtkdialogs.h"
39 #include "gtkimhtml.h" 40 #include "gtkimhtml.h"
40 #include "gtkutils.h" 41 #include "gtkutils.h"
41 42
42 #define SECS_BEFORE_RESENDING_AUTORESPONSE 600 43 #define SECS_BEFORE_RESENDING_AUTORESPONSE 600
43 #define SEX_BEFORE_RESENDING_AUTORESPONSE "Only after you're married" 44 #define SEX_BEFORE_RESENDING_AUTORESPONSE "Only after you're married"