diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-06-27 00:27:21 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-27 00:27:50 +0800 |
commit | 160408787937224c2f9b1ed7965c2ad92e3c3255 (patch) | |
tree | d14bb19361fdd3076b26f1276f6e13d4807ab255 /libempathy | |
parent | 6cd00184145a217f2a295f96a8c43d0f1fbe984d (diff) | |
download | gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.tar gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.tar.gz gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.tar.bz2 gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.tar.lz gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.tar.xz gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.tar.zst gsoc2013-empathy-160408787937224c2f9b1ed7965c2ad92e3c3255.zip |
Ring on outgoing call.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-call-handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index dd117eb99..f73c41e2e 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -614,4 +614,5 @@ empathy_call_handler_has_initial_video (EmpathyCallHandler *handler) EmpathyCallHandlerPriv *priv = GET_PRIV (handler); return priv->initial_video; -}
\ No newline at end of file +} + |