diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-13 21:19:36 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-13 21:19:36 +0800 |
commit | 0227e26f802bf0d7d019b2197f774867fb43ff70 (patch) | |
tree | 372826b995ff40863e929380705fc1020b517ad2 /addressbook/ChangeLog | |
parent | 606e024e4346d7d3851d6449cddcca514ad88046 (diff) | |
download | gsoc2013-evolution-0227e26f802bf0d7d019b2197f774867fb43ff70.tar.gz gsoc2013-evolution-0227e26f802bf0d7d019b2197f774867fb43ff70.tar.zst gsoc2013-evolution-0227e26f802bf0d7d019b2197f774867fb43ff70.zip |
Attach the GalViewMinicard to the EMinicardView here.
2002-02-13 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-view.c (display_view): Attach the
GalViewMinicard to the EMinicardView here.
* gui/widgets/gal-view-minicard.c, gui/widgets/gal-view-minicard.h
(gal_view_minicard_load, gal_view_minicard_save): Made these save
the column width of the view.
(gal_view_minicard_attach, gal_view_minicard_detach): Added these
functions to allow the GalViewMinicard to set the column width of
a EMinicardView and to monitor its changes.
svn path=/trunk/; revision=15707
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 605e51d907..101e23ea06 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2002-02-13 Christopher James Lahey <clahey@ximian.com> + + * gui/widgets/e-addressbook-view.c (display_view): Attach the + GalViewMinicard to the EMinicardView here. + + * gui/widgets/gal-view-minicard.c, gui/widgets/gal-view-minicard.h + (gal_view_minicard_load, gal_view_minicard_save): Made these save + the column width of the view. + (gal_view_minicard_attach, gal_view_minicard_detach): Added these + functions to allow the GalViewMinicard to set the column width of + a EMinicardView and to monitor its changes. + 2002-02-12 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c |