diff --git a/sflphone-gtk/src/actions.c b/sflphone-gtk/src/actions.c
index bbe634b742fa3140bb8c26072ae5d75678e28bc4..51088284a4783692e34d4851f51b3b70eb691751 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();