aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r--mail/mail-vfolder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index 488de8687e..42482c4c95 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -370,7 +370,7 @@ vfolder_edit(void)
{
GtkWidget *w;
- w = vfolder_editor_construct(context);
+ w = vfolder_editor_new(context);
gtk_signal_connect((GtkObject *)w, "clicked", vfolder_editor_clicked, NULL);
gtk_widget_show(w);
}