diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 22:02:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 22:28:11 +0800 |
commit | 1dff09f9e261caa623ee5475d05268955745f790 (patch) | |
tree | 010be95e89db133ccc191a7a8f4aa7600a5e7031 /shell/e-shell-window-actions.c | |
parent | 3b2cfae1768902b60d604fa96cd546636077feb1 (diff) | |
download | gsoc2013-evolution-1dff09f9e261caa623ee5475d05268955745f790.tar.gz 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.c | 2 |
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 (); } /** |