diff options
-rw-r--r-- | libempathy/empathy-idle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c index 27ae487e7..6c6e33351 100644 --- a/libempathy/empathy-idle.c +++ b/libempathy/empathy-idle.c @@ -59,6 +59,8 @@ typedef struct { guint ext_away_timeout; TpAccountManager *manager; + + /* pointer to a TpAccount --> glong of time of connection */ GHashTable *connect_times; TpConnectionPresenceType requested_presence_type; |