diff options
author | Chris Toshok <toshok@ximian.com> | 2002-03-05 19:15:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-03-05 19:15:37 +0800 |
commit | e3de4b0e7531981852e033aa7789d73c6b636fa0 (patch) | |
tree | 465d3f9c7266ac54657570053f88e0bfd18b7b81 /addressbook/ChangeLog | |
parent | e3075a8d20c2b0ea843408a2d91b20ff587c3097 (diff) | |
download | gsoc2013-evolution-e3de4b0e7531981852e033aa7789d73c6b636fa0.tar.gz gsoc2013-evolution-e3de4b0e7531981852e033aa7789d73c6b636fa0.tar.zst gsoc2013-evolution-e3de4b0e7531981852e033aa7789d73c6b636fa0.zip |
don't set "editable" here, as the way things work the backend isn't able
2002-03-05 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard-view-widget.c
(e_minicard_view_widget_realize): don't set "editable" here, as
the way things work the backend isn't able to override a setting
from the UI, so writable books never show up as writable.
svn path=/trunk/; revision=15917
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2ccc025c4c..370dc487f5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2002-03-05 Chris Toshok <toshok@ximian.com> + + * gui/widgets/e-minicard-view-widget.c + (e_minicard_view_widget_realize): don't set "editable" here, as + the way things work the backend isn't able to override a setting + from the UI, so writable books never show up as writable. + 2002-03-04 Chris Toshok <toshok@ximian.com> [fixes bug #20871] |