Skip to content
Snippets Groups Projects
Commit 33406baf authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Merge branch 'master' into contact_list

parents 05289edc 2ace0800
No related branches found
No related tags found
No related merge requests found
...@@ -178,11 +178,10 @@ create_main_window () ...@@ -178,11 +178,10 @@ create_main_window ()
/* dont't show the contact list */ /* dont't show the contact list */
gtk_widget_hide(contacts->tree); gtk_widget_hide(contacts->tree);
gtk_tree_view_set_model(GTK_TREE_VIEW(history->view), GTK_TREE_MODEL(histfilter));
/* don't show waiting layer */ /* don't show waiting layer */
gtk_widget_hide(waitingLayer); gtk_widget_hide(waitingLayer);
gtk_tree_view_set_model(GTK_TREE_VIEW(history->view), GTK_TREE_MODEL(histfilter));
// Configuration wizard // Configuration wizard
if (account_list_get_size() == 0) if (account_list_get_size() == 0)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment