From d230dd72bb6aff738974ccaa91bfad5d321e9c0c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 26 Sep 2011 11:45:59 +0200 Subject: Bug #351025 - Make the order of the mail accounts configurable --- mail/em-subscription-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-subscription-editor.c') diff --git a/mail/em-subscription-editor.c b/mail/em-subscription-editor.c index e2452d70bf..2dca93b51a 100644 --- a/mail/em-subscription-editor.c +++ b/mail/em-subscription-editor.c @@ -1077,7 +1077,7 @@ subscription_editor_realize (GtkWidget *widget) /* Find stores to display, and watch for the initial store. */ - model = em_folder_tree_model_get_default (); + model = em_folder_tree_model_get_default (NULL); list = em_folder_tree_model_list_stores (model); for (link = list; link != NULL; link = g_list_next (link)) { -- cgit v1.2.3