diff options
author | Sankar P <psankar@novell.com> | 2007-05-14 13:08:00 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2007-05-14 13:08:00 +0800 |
commit | fc1d6fad1cba8cda7987f30a82634c09243d909e (patch) | |
tree | 7a26e419f155dc7afd8c61db479e8eb25a3a03cd /plugins/imap-features | |
parent | 0373934596d0d9aeebae99ca69646c27e64216f2 (diff) | |
download | gsoc2013-evolution-fc1d6fad1cba8cda7987f30a82634c09243d909e.tar.gz gsoc2013-evolution-fc1d6fad1cba8cda7987f30a82634c09243d909e.tar.zst gsoc2013-evolution-fc1d6fad1cba8cda7987f30a82634c09243d909e.zip |
** Committed on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>
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
svn path=/trunk/; revision=33539
Diffstat (limited to 'plugins/imap-features')
-rw-r--r-- | plugins/imap-features/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/imap-features/imap-headers.c | 2 |
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; |