diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-22 19:11:30 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-23 22:50:44 +0800 |
commit | f738d401385f8bb99424fe354b1c63b97f9e6625 (patch) | |
tree | d4ecf0989886d2d65e44cc26631d6aa330b88285 /libempathy/empathy-utils.c | |
parent | 297222bf73efbed4a787695becf4c5c616834e73 (diff) | |
download | gsoc2013-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/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 4 |
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, |