aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-selection-button.c')
-rw-r--r--mail/em-folder-selection-button.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-folder-selection-button.c b/mail/em-folder-selection-button.c
index e95835b98e..7ba1a1d9f9 100644
--- a/mail/em-folder-selection-button.c
+++ b/mail/em-folder-selection-button.c
@@ -269,8 +269,7 @@ folder_selection_button_clicked (GtkButton *button)
if (model == NULL)
model = g_object_ref (em_folder_tree_model_get_default ());
- dialog = em_folder_selector_new (
- parent, model, priv->title, NULL);
+ dialog = em_folder_selector_new (parent, model, priv->title);
g_object_unref (model);