diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-31 00:10:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-31 00:10:01 +0800 |
commit | 8dcdc60cccf720ca7222ba01f645f491801e9f9e (patch) | |
tree | e81c9234e90bf91cd3b0f5afbf1d8dbe92254856 /shell/e-shell.c | |
parent | 9085a5a18c23f894a0d29be73222ad7c55a03bf1 (diff) | |
download | gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.tar gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.tar.gz gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.tar.bz2 gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.tar.lz gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.tar.xz gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.tar.zst gsoc2013-evolution-8dcdc60cccf720ca7222ba01f645f491801e9f9e.zip |
Make EImportAssistant extensible.
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index c51c5dd44a..a97bc24391 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1489,7 +1489,7 @@ unique: /* Send a message to the other Evolution process. */ guint e_shell_handle_uris (EShell *shell, gchar **uris, - gboolean do_import) + gboolean do_import) { UniqueApp *app; UniqueMessageData *data; |