From 1668ba972660fc4706f79ce24ed104796a186955 Mon Sep 17 00:00:00 2001
From: Alexandre Savard <alexandre.savard@savoirfairelinux.net>
Date: Thu, 12 Feb 2009 11:03:44 -0500
Subject: [PATCH] Fix new call button when recording

---
 sflphone-gtk/src/actions.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index 4f5e911a52..3d50dfc375 100644
--- a/sflphone-gtk/src/actions.c
+++ b/sflphone-gtk/src/actions.c
@@ -308,6 +308,7 @@ sflphone_pick_up()
 				(void) time(&selectedCall->_stop);
 				break;
 			case CALL_STATE_CURRENT:
+                        case CALL_STATE_RECORD:
 				sflphone_new_call();
 				break;
 			case CALL_STATE_RINGING:
-- 
GitLab