aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 6f00a43584..056ab0923c 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -563,6 +563,15 @@ e_shell_new_view (EShell *shell,
}
+const char *
+e_shell_get_local_directory (EShell *shell)
+{
+ g_return_val_if_fail (shell != NULL, NULL);
+ g_return_val_if_fail (E_IS_SHELL (shell), NULL);
+
+ return shell->priv->local_directory;
+}
+
EShortcuts *
e_shell_get_shortcuts (EShell *shell)
{