aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 00:24:05 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-01 01:21:29 +0800
commit66b32d43ebeab870039ca729b24ae64fdeff5088 (patch)
tree15b9e83b0b65f3eb3b6587692f02502c2a2eafaa /libempathy
parent9c05486e1f1acf1c71ff0593e6c9d9060e32e152 (diff)
downloadgsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.tar
gsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.tar.gz
gsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.tar.bz2
gsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.tar.lz
gsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.tar.xz
gsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.tar.zst
gsoc2013-empathy-66b32d43ebeab870039ca729b24ae64fdeff5088.zip
Fallback to OFFLINE when getting an unknown presence from MC
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c
index d0bc005cc..5d2fa2bdc 100644
--- a/libempathy/empathy-idle.c
+++ b/libempathy/empathy-idle.c
@@ -468,7 +468,7 @@ empathy_idle_get_actual_presence (EmpathyIdle *idle, GError **error)
case MC_PRESENCE_DO_NOT_DISTURB:
return TP_CONNECTION_PRESENCE_TYPE_BUSY;
default:
- return TP_CONNECTION_PRESENCE_TYPE_UNSET;
+ return TP_CONNECTION_PRESENCE_TYPE_OFFLINE;
}
}