Skip to content
Snippets Groups Projects
Commit b600cf8c authored by Yun Liu's avatar Yun Liu
Browse files

Fix bug ticket #126(GUI segment fault).

parent da3f35d9
Branches
Tags
No related merge requests found
...@@ -212,6 +212,7 @@ sflphone_init() ...@@ -212,6 +212,7 @@ sflphone_init()
{ {
current_calls = calltab_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)); if(SHOW_SEARCHBAR) histfilter = create_filter(GTK_TREE_MODEL(history->store));
account_list_init (); account_list_init ();
codec_list_init(); codec_list_init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment