aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <poincare@ikezoe.net>2009-03-31 06:03:41 +0800
committerHiroyuki Ikezoe <hiikezoe@src.gnome.org>2009-03-31 06:03:41 +0800
commita07f872b61b1c7a2f0dd77627c879caa8dc52601 (patch)
tree17e4dbfab000e8272c45a0cc7d1993383c6b8ed2 /mail
parent276383bc340d9913b6bfcf9cd13d5e52c0aedae3 (diff)
downloadgsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.tar
gsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.tar.gz
gsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.tar.bz2
gsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.tar.lz
gsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.tar.xz
gsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.tar.zst
gsoc2013-evolution-a07f872b61b1c7a2f0dd77627c879caa8dc52601.zip
** Fix for bug #576921
2009-03-31 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #576921 * mail/em-mailer-prefs.h: Remove needless GtkListStore objects. svn path=/trunk/; revision=37485
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/em-mailer-prefs.h2
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6181d4dbea..449b5b2996 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
+
+ ** Fix for bug #576921
+
+ * mail/em-mailer-prefs.h: Remove needless GtkListStore objects.
+
2009-03-28 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #576921
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index 63c85af65e..6e783ef562 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -107,7 +107,6 @@ struct _EMMailerPrefs {
struct _GtkWidget *label_edit;
struct _GtkWidget *label_remove;
struct _GtkWidget *label_tree;
- struct _GtkListStore *label_list_store;
guint labels_change_notify_id; /* mail_config's notify id */
/* Headers tab */
@@ -132,7 +131,6 @@ struct _EMMailerPrefs {
struct _GtkToggleButton *junk_header_check;
struct _GtkTreeView *junk_header_tree;
- struct _GtkListStore *junk_header_list_store;
struct _GtkButton *junk_header_add;
struct _GtkButton *junk_header_remove;
struct _GtkToggleButton *junk_book_lookup;