aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-12-10 13:29:06 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-12-10 13:29:06 +0800
commit7789fb9e6646603ea84871d9c0858c12e376c804 (patch)
tree231a9d17a07d301c2d00929ddb70e0ba0dbee505 /mail/ChangeLog
parentd940c0dad4a4dd5e9b4c5014893c111ebf28e9e7 (diff)
downloadgsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.gz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.bz2
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.lz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.xz
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.tar.zst
gsoc2013-evolution-7789fb9e6646603ea84871d9c0858c12e376c804.zip
use a POSITIVE value for the response value, gtk uses -ative ones. Bug
2003-12-10 Not Zed <NotZed@Ximian.com> * em-folder-selector.h: use a POSITIVE value for the response value, gtk uses -ative ones. Bug #51752. * Makefile.am (INCLUDES): added smime/lib and smime/gui to includes. * em-folder-tree.c (emft_popup_rename_folder): removed unused 'why', why not? * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): setup a table of buttons to view any certs we have. * em-folder-browser.c (emfb_activate): separeate view_menu unreffing from view_instance. fixes a runtime warning. svn path=/trunk/; revision=23905
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 5e2155daea..6b740f3628 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,17 @@
2003-12-10 Not Zed <NotZed@Ximian.com>
+ * em-folder-selector.h: use a POSITIVE value for the response
+ value, gtk uses -ative ones. Bug #51752.
+
+ * Makefile.am (INCLUDES): added smime/lib and smime/gui to
+ includes.
+
+ * em-folder-tree.c (emft_popup_rename_folder): removed unused 'why',
+ why not?
+
+ * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked):
+ setup a table of buttons to view any certs we have.
+
* em-folder-browser.c (emfb_activate): separeate view_menu
unreffing from view_instance. fixes a runtime warning.