aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorSushma Rai <rsushma@src.gnome.org>2006-07-24 17:01:30 +0800
committerSushma Rai <rsushma@src.gnome.org>2006-07-24 17:01:30 +0800
commit3ed8ccbf6e8de9d32c88d5465dc483b015ec9796 (patch)
tree44823096bc0b7e30df426b8b64badba7343b6e01 /mail/ChangeLog
parent2653c31d732e47e6fe3d365eb5cbcbaa76f0237f (diff)
downloadgsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.tar
gsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.tar.gz
gsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.tar.bz2
gsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.tar.lz
gsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.tar.xz
gsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.tar.zst
gsoc2013-evolution-3ed8ccbf6e8de9d32c88d5465dc483b015ec9796.zip
Removed "Subscribe" and "Unsubscribe" buttons. Fixes #331509.
svn path=/trunk/; revision=32398
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 55e115d59e..793a5bca8d 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2006-07-24 Sushma Rai <rsushma@novell.com>
+
+ * em-subscribe-editor.c (_EMSubscribeEditor): Removed the members
+ subscribe_button and unsubscribe_button.
+ (sub_do_subscribe)(sub_subscribe)(sub_editor_subscribe)
+ (sub_editor_unsubscribe): Removed.
+ (sub_selection_changed)(em_subscribe_editor_new): Removed the handling
+ for the subscribe and unsubscribe buttons.
+
+ * mail-dialogs.glade: Removed "Subscribe" and "Unsubscribe" buttons.
+ Fixes #331509.
+
2006-07-22 Yuri Pankov <yuri.pankov@gmail.com>
Reviewed by Harish Krishnaswamy <kharish@novell.com>