aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/imap-features/ChangeLog8
-rw-r--r--plugins/imap-features/imap-headers.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/plugins/imap-features/ChangeLog b/plugins/imap-features/ChangeLog
index 691a47b1be..9d0bf7c650 100644
--- a/plugins/imap-features/ChangeLog
+++ b/plugins/imap-features/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-14 Sankar P <psankar@novell.com>
+
+ ** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>
+
+ * imap-headers.c:
+ Evolution crashes when clicking "Edit" button
+ Fixes #425506
+
2007-01-30 Sankar P <psankar@novell.com>
* imap-headers.c: (imap_headers_commit):
diff --git a/plugins/imap-features/imap-headers.c b/plugins/imap-features/imap-headers.c
index f64ad6235a..54d400fed2 100644
--- a/plugins/imap-features/imap-headers.c
+++ b/plugins/imap-features/imap-headers.c
@@ -45,7 +45,7 @@
GtkWidget *all_headers, *basic_headers, *mailing_list_headers;
GtkWidget *custom_headers_box = NULL;
GtkTreeView *custom_headers_tree;
-GtkTreeStore *store ;
+static GtkTreeStore *store;
GtkTreeIter iter;
GtkButton *add_header, *remove_header;