From fc1d6fad1cba8cda7987f30a82634c09243d909e Mon Sep 17 00:00:00 2001 From: Sankar P Date: Mon, 14 May 2007 05:08:00 +0000 Subject: ** Committed on behalf of Xiurong Simon Zheng 2007-05-14 Sankar P ** Committed on behalf of Xiurong Simon Zheng * imap-headers.c: Evolution crashes when clicking "Edit" button Fixes #425506 svn path=/trunk/; revision=33539 --- plugins/imap-features/ChangeLog | 8 ++++++++ plugins/imap-features/imap-headers.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + ** Committed on behalf of Xiurong Simon Zheng + + * imap-headers.c: + Evolution crashes when clicking "Edit" button + Fixes #425506 + 2007-01-30 Sankar P * 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; -- cgit v1.2.3