libpurple/idle.c

changeset 17536
b04036df5ac6
parent 17349
c5abad45e8a7
child 17579
4c3e8468d487
child 18103
0b37f2f70dfb
child 20534
32444099c2cb
equal deleted inserted replaced
17535:5f2b75cc8b92 17536:b04036df5ac6
119 gboolean auto_away; 119 gboolean auto_away;
120 const gchar *idle_reporting; 120 const gchar *idle_reporting;
121 gboolean report_idle; 121 gboolean report_idle;
122 GList *l; 122 GList *l;
123 gint away_seconds = 0; 123 gint away_seconds = 0;
124 gint idle_recheck_interval; 124 gint idle_recheck_interval = 0;
125 125
126 purple_signal_emit(purple_blist_get_handle(), "update-idle"); 126 purple_signal_emit(purple_blist_get_handle(), "update-idle");
127 127
128 idle_reporting = purple_prefs_get_string("/purple/away/idle_reporting"); 128 idle_reporting = purple_prefs_get_string("/purple/away/idle_reporting");
129 report_idle = TRUE; 129 report_idle = TRUE;

mercurial