diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-30 22:58:26 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-30 22:58:26 +0800 |
commit | 9085a5a18c23f894a0d29be73222ad7c55a03bf1 (patch) | |
tree | 7f2882617c1b44d523b6bba9d496ae218900d145 /shell/e-shell-utils.h | |
parent | 1d2a02b6581372e13a2162bef597fb93a6d163ab (diff) | |
download | gsoc2013-evolution-9085a5a18c23f894a0d29be73222ad7c55a03bf1.tar.gz gsoc2013-evolution-9085a5a18c23f894a0d29be73222ad7c55a03bf1.tar.zst gsoc2013-evolution-9085a5a18c23f894a0d29be73222ad7c55a03bf1.zip |
Remove unused 'preview' argument from e_import_assistant_new_simple().
We preview imported files by other means now.
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index c9237b983d..a45ecdb1ca 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -47,8 +47,7 @@ GFile * e_shell_run_save_dialog (EShell *shell, gpointer customize_data); guint e_shell_utils_import_uris (EShell *shell, - gchar **uris, - gboolean preview); + gchar **uris); void e_shell_hide_widgets_for_express_mode (EShell *shell, |