aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-24 06:09:42 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-24 06:09:42 +0800
commit00748269b5245e7cf6a3bf3fce2a255f3f50f77b (patch)
treece59d54f26a07244be44ecc8a8c34ecd610a8016 /addressbook/ChangeLog
parent104f97db77e2e2dbcdc798e9d3f1ddf89e4ebe01 (diff)
downloadgsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.tar
gsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.tar.gz
gsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.tar.bz2
gsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.tar.lz
gsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.tar.xz
gsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.tar.zst
gsoc2013-evolution-00748269b5245e7cf6a3bf3fce2a255f3f50f77b.zip
[ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):
2003-03-23 Chris Toshok <toshok@ximian.com> [ fixes bug #31786 ] * gui/component/addressbook-config.c (addressbook_source_dialog_set_source): fix some gtk warnings. (set_advanced_button_state): the advanced dialog isn't present in the glade file anymore, so ifdef everything dealing with it. (addressbook_edit_server_dialog): same. * gui/component/ldap-config.glade: remove all the unused Advanced UI stuff to lessen the amount of strings needing translation. svn path=/trunk/; revision=20472
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 017371d6a3..7c10cd85f7 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,17 @@
2003-03-23 Chris Toshok <toshok@ximian.com>
+ [ fixes bug #31786 ]
+ * gui/component/addressbook-config.c
+ (addressbook_source_dialog_set_source): fix some gtk warnings.
+ (set_advanced_button_state): the advanced dialog isn't present in
+ the glade file anymore, so ifdef everything dealing with it.
+ (addressbook_edit_server_dialog): same.
+
+ * gui/component/ldap-config.glade: remove all the unused Advanced
+ UI stuff to lessen the amount of strings needing translation.
+
+2003-03-23 Chris Toshok <toshok@ximian.com>
+
[ fixes bug #32113 ]
* backend/ebook/e-destination.h: add include_email arg to
e_destination_get_textrep.