diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-14 04:47:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-14 04:47:26 +0800 |
commit | 32a1a69f13932b9304a937ca0cb39102d425bc93 (patch) | |
tree | 86c1eb93cc4b6053916a677e1183fdfe046aa824 /addressbook/ChangeLog | |
parent | 9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc (diff) | |
download | gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.tar gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.tar.gz gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.tar.bz2 gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.tar.lz gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.tar.xz gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.tar.zst gsoc2013-evolution-32a1a69f13932b9304a937ca0cb39102d425bc93.zip |
Attach to the emvw instead of the emv here.
2002-02-13 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-view.c (display_view): Attach to the
emvw instead of the emv here.
* gui/widgets/e-minicard-view-widget.c, e-minicard-view-widget.h:
Made this object have a "column_width" argument and a
"column_width_changed" signal which are a simple layer down to the
EMinicardView contained within.
* gui/widgets/gal-view-minicard.c, gui/widgets/gal-view-minicard.h
(gal_view_minicard_attach): Made this attach to an
EMinicardViewWidget instead of a EMinicardView.
svn path=/trunk/; revision=15714
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7319003b67..41427aebcb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,19 @@ 2002-02-13 Christopher James Lahey <clahey@ximian.com> + * gui/widgets/e-addressbook-view.c (display_view): Attach to the + emvw instead of the emv here. + + * gui/widgets/e-minicard-view-widget.c, e-minicard-view-widget.h: + Made this object have a "column_width" argument and a + "column_width_changed" signal which are a simple layer down to the + EMinicardView contained within. + + * gui/widgets/gal-view-minicard.c, gui/widgets/gal-view-minicard.h + (gal_view_minicard_attach): Made this attach to an + EMinicardViewWidget instead of a EMinicardView. + +2002-02-13 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-book-util.c, backend/ebook/e-book-util.h (e_book_expand_uri, e_book_load_address_book_by_uri, e_book_use_address_book_by_uri): New functions that take a file:// |