aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-06-29 12:31:39 +0800
committerChris Toshok <toshok@src.gnome.org>2001-06-29 12:31:39 +0800
commit9b19b1d618903203dbda010b82a65aa0717d183a (patch)
treed6d1cab24c66af4f60f67821808c7fba21fe8b6d /addressbook/ChangeLog
parentf2d683ced7a847e978a3763f91f63b943b56bbee (diff)
downloadgsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar
gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.gz
gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.bz2
gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.lz
gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.xz
gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.tar.zst
gsoc2013-evolution-9b19b1d618903203dbda010b82a65aa0717d183a.zip
pop up list editor for lists, contact editor otherwise.
2001-06-28 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-view.c (table_double_click): pop up list editor for lists, contact editor otherwise. * gui/widgets/e-minicard.c (e_minicard_event): same. * gui/widgets/e-minicard.h (struct _EMinicard): change "editor" to GtkOjbect, since it can be either a contact editor or contact list editor. * gui/widgets/e-addressbook-table-adapter.c (addressbook_is_cell_editable): don't allow editting of any fields except the name and file_as for lists. svn path=/trunk/; revision=10590
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index a3739aecdb..2d6c6b89b9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,20 @@
2001-06-28 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/e-addressbook-view.c (table_double_click): pop up
+ list editor for lists, contact editor otherwise.
+
+ * gui/widgets/e-minicard.c (e_minicard_event): same.
+
+ * gui/widgets/e-minicard.h (struct _EMinicard): change "editor" to
+ GtkOjbect, since it can be either a contact editor or contact list
+ editor.
+
+ * gui/widgets/e-addressbook-table-adapter.c
+ (addressbook_is_cell_editable): don't allow editting of any fields
+ except the name and file_as for lists.
+
+2001-06-28 Chris Toshok <toshok@ximian.com>
+
* gui/contact-list-editor/Makefile.am (INCLUDES): remove ancient
e-table include, and add include for contact-editor so we can
reuse the confirm_delete dialog.