aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-shell-importer.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b766f76d5d..126cdf9948 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,10 @@
+2007-03-16 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #360240
+
+ * e-shell-importer.c (importer_file_page_new):
+ Remove unused variable.
+
2007-03-12 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c : Update contributors' list for
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);