plugins/timestamp.c

changeset 5873
328b60d27240
parent 5872
754c63f29b77
child 5920
963bfdefee02
equal deleted inserted replaced
5872:754c63f29b77 5873:328b60d27240
9 #include "debug.h" 9 #include "debug.h"
10 10
11 #include "gtkimhtml.h" 11 #include "gtkimhtml.h"
12 #include "gtkplugin.h" 12 #include "gtkplugin.h"
13 #include "gtkutils.h" 13 #include "gtkutils.h"
14
15 #include "gaim.h"
16 14
17 #define TIMESTAMP_PLUGIN_ID "gtk-timestamp" 15 #define TIMESTAMP_PLUGIN_ID "gtk-timestamp"
18 16
19 //Set the default to 5 minutes. 17 //Set the default to 5 minutes.
20 static int timestamp = 5 * 60 * 1000; 18 static int timestamp = 5 * 60 * 1000;

mercurial