aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-25 22:02:19 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-26 22:28:11 +0800
commit1dff09f9e261caa623ee5475d05268955745f790 (patch)
tree010be95e89db133ccc191a7a8f4aa7600a5e7031 /shell/e-shell-window-actions.c
parent3b2cfae1768902b60d604fa96cd546636077feb1 (diff)
downloadgsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar
gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.gz
gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.bz2
gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.lz
gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.xz
gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.zst
gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.zip
Shell importer does not need an EShellWindow.
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index 2fe4a17e0a..8d74ae97de 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -838,7 +838,7 @@ static void
action_import_cb (GtkAction *action,
EShellWindow *shell_window)
{
- e_shell_importer_start_import (shell_window);
+ e_shell_importer_start_import ();
}
/**