[Telepathy-commits] [telepathy-glib/master] Fix argument name
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Jan 29 04:45:05 PST 2009
---
telepathy-glib/presence-mixin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/presence-mixin.c b/telepathy-glib/presence-mixin.c
index 4967658..9fc4cf1 100644
--- a/telepathy-glib/presence-mixin.c
+++ b/telepathy-glib/presence-mixin.c
@@ -1082,7 +1082,7 @@ tp_presence_mixin_get_simple_presence_dbus_property (GObject *object,
int j;
gboolean message = FALSE;
- if (!check_status_available (obj, mixin_cls, i, NULL, TRUE))
+ if (!check_status_available (object, mixin_cls, i, NULL, TRUE))
continue;
specs = mixin_cls->statuses[i].optional_arguments;
--
1.5.6.5
More information about the telepathy-commits
mailing list