From 0c25bb1eb47c5b95edc457e51676ebd2248a5e76 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Thu, 19 Mar 2009 10:03:44 -0400
Subject: [PATCH] Fix linking error

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

diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index 0de33223d1..f1882c2364 100644
--- a/sflphone-gtk/src/actions.c
+++ b/sflphone-gtk/src/actions.c
@@ -871,7 +871,7 @@ void format_phone_number (gchar **number) {
 
     _number = *number;
 
-    strip_spaces (&_number);
+    //strip_spaces (&_number);
     
 
 }
-- 
GitLab