aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-selection.c')
-rw-r--r--mail/em-folder-selection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-folder-selection.c b/mail/em-folder-selection.c
index 6137e15e88..0534ca99e1 100644
--- a/mail/em-folder-selection.c
+++ b/mail/em-folder-selection.c
@@ -61,8 +61,8 @@ em_select_folder (GtkWindow *parent_window, const char *title, const char *defau
EMFolderTreeModel *model;
GtkWidget *dialog;
EMFolderTree *emft;
-
- model = mail_component_get_tree_model (mail_component_peek ());
+
+ model = mail_component_peek_tree_model (mail_component_peek ());
emft = (EMFolderTree *) em_folder_tree_new_with_model (model);
dialog = em_folder_selector_new(emft, EM_FOLDER_SELECTOR_CAN_CREATE, title, NULL);