diff options
author | Radek Doulik <rodo@ximian.com> | 2004-07-22 21:18:40 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-07-22 21:18:40 +0800 |
commit | 4db0f79023ba5ee3b70e2827cb2c7dc5808f105b (patch) | |
tree | 0f2a8e93720866aabf88acd0f5ede3560313cc2e /addressbook/ChangeLog | |
parent | 1e7002dcb80baed55cef60886ec64fda65756153 (diff) | |
download | gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.gz gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.bz2 gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.lz gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.xz gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.tar.zst gsoc2013-evolution-4db0f79023ba5ee3b70e2827cb2c7dc5808f105b.zip |
but buttons to button box, use vbox instead of table
2004-07-19 Radek Doulik <rodo@ximian.com>
* gui/widgets/eab-vcard-control.c (eab_vcard_control_new): but
buttons to button box, use vbox instead of table
* gui/widgets/eab-contact-display.c: base this widget directly on
gtkhtml
* gui/widgets/e-addressbook-view.c (eab_view_new): put contact
display in scrolled window
svn path=/trunk/; revision=26703
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a0dd8523a0..c19963f7a8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-07-19 Radek Doulik <rodo@ximian.com> + + * gui/widgets/eab-vcard-control.c (eab_vcard_control_new): but + buttons to button box, use vbox instead of table + + * gui/widgets/eab-contact-display.c: base this widget directly on + gtkhtml + + * gui/widgets/e-addressbook-view.c (eab_view_new): put contact + display in scrolled window + 2004-07-20 Not Zed <NotZed@Ximian.com> * gui/widgets/eab-contact-display.c: |