aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-presence.c')
-rw-r--r--libempathy/empathy-presence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-presence.c b/libempathy/empathy-presence.c
index b30fa6151..b7beb3900 100644
--- a/libempathy/empathy-presence.c
+++ b/libempathy/empathy-presence.c
@@ -38,7 +38,7 @@ typedef struct _EmpathyPresencePriv EmpathyPresencePriv;
struct _EmpathyPresencePriv {
McPresence state;
gchar *status;
- EmpathyTime timestamp;
+ time_t timestamp;
};
static void presence_finalize (GObject *object);