diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-07 00:34:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-07 00:34:33 +0800 |
commit | 6d44258b85c29fb7c08dcaf842975435bbf44805 (patch) | |
tree | bcc40921c677ebbf5b184b1a24fdf05caf078cb5 /modules/mail/e-mail-shell-backend.c | |
parent | 308f972f0809e6fb638308adb71ed9549311487b (diff) | |
download | gsoc2013-evolution-6d44258b85c29fb7c08dcaf842975435bbf44805.tar.gz gsoc2013-evolution-6d44258b85c29fb7c08dcaf842975435bbf44805.tar.zst gsoc2013-evolution-6d44258b85c29fb7c08dcaf842975435bbf44805.zip |
em_folder_utils_create_folder(): Change function parameters.
Take a folder URI string instead of a CamelFolderInfo, and swap places
with the GtkWindow parameter.
Diffstat (limited to 'modules/mail/e-mail-shell-backend.c')
-rw-r--r-- | modules/mail/e-mail-shell-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index c29dbdcbcc..180e5b2a92 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -140,7 +140,7 @@ action_mail_folder_new_cb (GtkAction *action, exit: em_folder_utils_create_folder ( - NULL, folder_tree, mail_session, GTK_WINDOW (shell_window)); + GTK_WINDOW (shell_window), folder_tree, mail_session, NULL); } static void |