aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-31 00:10:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-31 00:10:01 +0800
commit8dcdc60cccf720ca7222ba01f645f491801e9f9e (patch)
treee81c9234e90bf91cd3b0f5afbf1d8dbe92254856 /shell
parent9085a5a18c23f894a0d29be73222ad7c55a03bf1 (diff)
downloadgsoc2013-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')
-rw-r--r--shell/e-shell.c2
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;