aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 71f6a76806..a419091198 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -358,9 +358,7 @@ start_import (const char *folderpath,
/* Only allow importing to /local */
localpath = "/" E_LOCAL_STORAGE_NAME "/";
if (strncmp (folderpath, localpath, strlen (localpath))) {
- char *message;
- e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
- _("You may only import to local folders"));
+ e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("You may only import to local folders"));
return;
}