diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-12-19 06:20:17 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-12-19 06:20:17 +0800 |
commit | 4cfce46d8d8afd57f4381c0161d14a88722c9f40 (patch) | |
tree | 0ba779def290498731dd5c3520ee135dd9684832 /addressbook/ChangeLog | |
parent | d83b74499486ae29fbdec8140533288a18596095 (diff) | |
download | gsoc2013-evolution-4cfce46d8d8afd57f4381c0161d14a88722c9f40.tar.gz gsoc2013-evolution-4cfce46d8d8afd57f4381c0161d14a88722c9f40.tar.zst gsoc2013-evolution-4cfce46d8d8afd57f4381c0161d14a88722c9f40.zip |
editable -> target_editable (e_contact_editor_get_property): Same.
2003-12-18 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (widget_changed):
editable -> target_editable
(e_contact_editor_get_property): Same.
(_email_arrow_pressed): Same.
(enable_writable_fields): Same.
(set_editable): Same.
(contact_added_cb): Make sure source book is editable before trying
to remove contact from there.
(e_contact_editor_init): Set up source/target editability.
(command_state_changed): Allow save only if target editable. Allow
delete only if source editable.
(e_contact_editor_set_property): Set editability flags for
source/target.
* gui/contact-editor/e-contact-editor.h: Add source_editable,
target_editable flags in place of old editable flag.
svn path=/trunk/; revision=23986
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 43b7337b7b..27ce2d6a1b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,22 @@ +2003-12-18 Hans Petter Jansson <hpj@ximian.com> + + * gui/contact-editor/e-contact-editor.c (widget_changed): + editable -> target_editable + (e_contact_editor_get_property): Same. + (_email_arrow_pressed): Same. + (enable_writable_fields): Same. + (set_editable): Same. + (contact_added_cb): Make sure source book is editable before trying + to remove contact from there. + (e_contact_editor_init): Set up source/target editability. + (command_state_changed): Allow save only if target editable. Allow + delete only if source editable. + (e_contact_editor_set_property): Set editability flags for + source/target. + + * gui/contact-editor/e-contact-editor.h: Add source_editable, + target_editable flags in place of old editable flag. + 2003-12-17 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-view.c (eab_view_class_init): install |