comparison src/gtkidle.c @ 11978:3b6b39b86771

[gaim-migrate @ 14271] Forgot to change this back committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 04 Nov 2005 23:18:04 +0000
parents 0ea9a52fd333
children 355c7acbb61d
comparison
equal deleted inserted replaced
11977:0ea9a52fd333 11978:3b6b39b86771
38 #include "log.h" 38 #include "log.h"
39 #include "prefs.h" 39 #include "prefs.h"
40 #include "savedstatuses.h" 40 #include "savedstatuses.h"
41 #include "signals.h" 41 #include "signals.h"
42 42
43 #define IDLEMARK 60 /* 10 minutes! */ 43 #define IDLEMARK 600 /* 10 minutes! */
44 #define IDLE_CHECK_INTERVAL 20 /* 20 seconds */ 44 #define IDLE_CHECK_INTERVAL 20 /* 20 seconds */
45 45
46 typedef enum 46 typedef enum
47 { 47 {
48 GAIM_IDLE_NOT_AWAY = 0, 48 GAIM_IDLE_NOT_AWAY = 0,