aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-view.c
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2010-12-23 09:22:59 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-02-01 08:16:21 +0800
commit41f5717611c6bb3236ae78a187fd5753bbd9ccf3 (patch)
tree2f10febc234021ae4e2bfab27f7f228b057003e9 /libempathy-gtk/empathy-individual-view.c
parentdfffa71d1d33714b331faaac367110716d56c72c (diff)
downloadgsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.tar
gsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.tar.gz
gsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.tar.bz2
gsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.tar.lz
gsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.tar.xz
gsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.tar.zst
gsoc2013-empathy-41f5717611c6bb3236ae78a187fd5753bbd9ccf3.zip
Adjust for FolksHasPresence -> FolksPresenceOwner
Fixes bgo#637847.
Diffstat (limited to 'libempathy-gtk/empathy-individual-view.c')
-rw-r--r--libempathy-gtk/empathy-individual-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index e1007ae65..06b444ee4 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -682,7 +682,7 @@ individual_view_drag_motion (GtkWidget *widget,
}
if (individual != NULL &&
- folks_has_presence_is_online (FOLKS_HAS_PRESENCE (individual)) &&
+ folks_presence_owner_is_online (FOLKS_PRESENCE_OWNER (individual)) &&
(caps & EMPATHY_CAPABILITIES_FT))
{
gdk_drag_status (context, GDK_ACTION_COPY, time_);