aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSankar P <psankar@novell.com>2007-05-14 13:08:22 +0800
committerSankarasivasubramanian Pasupathilingam <psankar@src.gnome.org>2007-05-14 13:08:22 +0800
commitcbf78819601613054fc481667fc7c455d2e52114 (patch)
tree854aea091c6dd43b8ae79b77ecdd981c994c01f1
parentec6c605ff1a81c697d675922b4e89c90df255e25 (diff)
downloadgsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.tar
gsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.tar.gz
gsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.tar.bz2
gsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.tar.lz
gsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.tar.xz
gsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.tar.zst
gsoc2013-evolution-cbf78819601613054fc481667fc7c455d2e52114.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=/branches/gnome-2-18/; revision=33540
-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..06cb86ece1 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;