summaryrefslogtreecommitdiff
path: root/telepathy-glib/observe-channels-context.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-07-15 16:52:25 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-07-20 15:00:24 +0200
commit3b61b734df953582fe48cb7626709dca35d3a128 (patch)
tree3ec7aeacc4abd685faa12ea3e33e438680fa7465 /telepathy-glib/observe-channels-context.c
parent34dd2ad3f2aaa2a5a8167c3af1829ec4ad064787 (diff)
downloadtelepathy-glib-3b61b734df953582fe48cb7626709dca35d3a128.tar.gz
Always create TpChannelRequest objects through a factory
Diffstat (limited to 'telepathy-glib/observe-channels-context.c')
-rw-r--r--telepathy-glib/observe-channels-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/observe-channels-context.c b/telepathy-glib/observe-channels-context.c
index 09f4f857b..7acebd810 100644
--- a/telepathy-glib/observe-channels-context.c
+++ b/telepathy-glib/observe-channels-context.c
@@ -692,5 +692,5 @@ tp_observe_channels_context_get_requests (TpObserveChannelsContext *self)
return NULL;
return _tp_create_channel_request_list (
- tp_proxy_get_dbus_daemon (self->account), request_props);
+ tp_proxy_get_factory (self->account), request_props);
}