aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-22 19:11:30 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-23 22:50:44 +0800
commitf738d401385f8bb99424fe354b1c63b97f9e6625 (patch)
treed4ecf0989886d2d65e44cc26631d6aa330b88285 /libempathy
parent297222bf73efbed4a787695becf4c5c616834e73 (diff)
downloadgsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.tar
gsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.tar.gz
gsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.tar.bz2
gsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.tar.lz
gsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.tar.xz
gsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.tar.zst
gsoc2013-empathy-f738d401385f8bb99424fe354b1c63b97f9e6625.zip
Build fix
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 17d5e4f89..a11a9497d 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -352,8 +352,8 @@ empathy_call_new_with_streams (EmpathyContact *contact,
g_hash_table_unref (streamed_media_request);
g_object_unref (call_req);
#else
- gHashTable *request;
- tpAccountChannelRequest *req;
+ GHashTable *request;
+ TpAccountChannelRequest *req;
request = empathy_call_create_streamed_media_request (contact,
initial_audio,