comparison plugins/timestamp.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents dae79aefac8d
children a18e88c4dace
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
1 /* iChat-like timestamps by Sean Egan. 1 /* iChat-like timestamps by Sean Egan.
2 * 2 *
3 * Modified by: Chris J. Friesen <Darth_Sebulba04@yahoo.com> Jan 05, 2003. 3 * Modified by: Chris J. Friesen <Darth_Sebulba04@yahoo.com> Jan 05, 2003.
4 * <INSERT GPL HERE> */ 4 * <INSERT GPL HERE> */
5 5
6 #include "config.h" 6 #include "internal.h"
7 7
8 #include <time.h> 8 #include "conversation.h"
9 #include "gaim.h" 9 #include "debug.h"
10
10 #include "gtkimhtml.h" 11 #include "gtkimhtml.h"
11 #include "gtkplugin.h" 12 #include "gtkplugin.h"
13 #include "gtkutils.h"
14
15 #include "gaim.h"
12 16
13 #define TIMESTAMP_PLUGIN_ID "gtk-timestamp" 17 #define TIMESTAMP_PLUGIN_ID "gtk-timestamp"
14 18
15 //Set the default to 5 minutes. 19 //Set the default to 5 minutes.
16 static int timestamp = 5 * 60 * 1000; 20 static int timestamp = 5 * 60 * 1000;