From b9630445a02806a40c32dae22bc621f3b1747ccd Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Sun, 9 Apr 2000 19:00:50 +0000 Subject: + * addressbook/gui/component/addressbook.c (control_activate): Make + "New Contact" menuitem add a card with new_contact_cb(). + + * e-shell-view.c (e_shell_view_setup): Set the default height + bigger, to 600, so that everything in the shortcut-bar shows up. svn path=/trunk/; revision=2353 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e600723fa..3c53a56a21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-09 Matt Loper + * addressbook/gui/component/addressbook.c (control_activate): Make + "New Contact" menuitem add a card with new_contact_cb(). + * addressbook/Makefile.am: Compile contact-editor, _then_ gui, since the gui now depends on the contact editor (shouldn't the contact-editor directory be moved into 'gui'?). -- cgit