From b600cf8cbb2176d30c3ca32ff1dff041ee511a7b Mon Sep 17 00:00:00 2001
From: Yun Liu <yun@yun.(none)>
Date: Tue, 16 Dec 2008 10:59:48 -0500
Subject: [PATCH] Fix bug ticket #126(GUI segment fault).

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

diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index bbe634b742..51088284a4 100644
--- a/sflphone-gtk/src/actions.c
+++ b/sflphone-gtk/src/actions.c
@@ -211,7 +211,8 @@ gboolean
 sflphone_init()
 {
 	current_calls = calltab_init();
-	history = calltab_init();	
+	history = calltab_init();
+	sleep(0.5);	
 	if(SHOW_SEARCHBAR)  histfilter = create_filter(GTK_TREE_MODEL(history->store));
 	account_list_init ();
         codec_list_init();
-- 
GitLab