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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 347f4edc1e..8b9bb72b13 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -275,7 +275,7 @@ static ImportDialogFilePage *
importer_file_page_new (ImportData *data)
{
ImportDialogFilePage *page;
- GtkWidget *table, *label, *entry;
+ GtkWidget *table, *label;
int row = 0;
page = g_new0 (ImportDialogFilePage, 1);