aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-16 16:34:57 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-16 16:34:57 +0800
commit9dce87d6dc622b8993344d314172f84b89a1979c (patch)
tree2b953c3f56e976e4f059f6ab02615cc010e8f2d9 /libempathy
parentdf400b72bbc3caa2c76d2b83fd4d155d8d212b67 (diff)
downloadgsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.tar
gsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.tar.gz
gsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.tar.bz2
gsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.tar.lz
gsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.tar.xz
gsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.tar.zst
gsoc2013-empathy-9dce87d6dc622b8993344d314172f84b89a1979c.zip
Add/Remove preview window can be done at anytime, the call don't have to be running.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@949 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-call.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index 9202fc4a9..e39389eae 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -712,7 +712,6 @@ empathy_tp_call_add_preview_video (EmpathyTpCall *call,
EmpathyTpCallPriv *priv = GET_PRIV (call);
g_return_if_fail (EMPATHY_IS_TP_CALL (call));
- g_return_if_fail (priv->status != EMPATHY_TP_CALL_STATUS_CLOSED);
empathy_debug (DEBUG_DOMAIN, "Adding preview video");
@@ -730,7 +729,6 @@ empathy_tp_call_remove_preview_video (EmpathyTpCall *call,
EmpathyTpCallPriv *priv = GET_PRIV (call);
g_return_if_fail (EMPATHY_IS_TP_CALL (call));
- g_return_if_fail (priv->status != EMPATHY_TP_CALL_STATUS_CLOSED);
empathy_debug (DEBUG_DOMAIN, "Removing preview video");