From 60fdfc9af6bc4f2100eced7c57c3b3948f0d0eab Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 21 Jan 2005 22:07:31 +0000 Subject: Change the xpad and ypad to 0 here, we don't need the extra padding Add 2005-01-21 Rodney Dawes * gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog): Change the xpad and ypad to 0 here, we don't need the extra padding Add the GTK_DIALOG_NO_SEPARATOR flag for creating the dialog Set proper border widths on some dialog containers for the HIG Set the row/column spacings for the table widget Create the labels outside of the table packing calls and set the proper alignment for them to be HIG compliant Set the border width of the table widget to 12 for HIG compliance * gui/widgets/eab-popup-control.c (edit_contact_info_cb): Removed (eab_popup_control_display_contact): Just go ahead and open the editor, no need to have an intermittent window with a button for it (add_contacts_cb): Remove this as we don't need it any more (eab_popup_control_no_matches): Just go straight to the quick-add dialog, and don't pop up an intermittent window with a button Fixes #41210 #60852 svn path=/trunk/; revision=28499 --- addressbook/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3b8a2a835d..ac3f41d43b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,23 @@ +2005-01-21 Rodney Dawes + + * gui/contact-editor/e-contact-quick-add.c (build_quick_add_dialog): + Change the xpad and ypad to 0 here, we don't need the extra padding + Add the GTK_DIALOG_NO_SEPARATOR flag for creating the dialog + Set proper border widths on some dialog containers for the HIG + Set the row/column spacings for the table widget + Create the labels outside of the table packing calls and set the proper + alignment for them to be HIG compliant + Set the border width of the table widget to 12 for HIG compliance + + * gui/widgets/eab-popup-control.c (edit_contact_info_cb): Removed + (eab_popup_control_display_contact): Just go ahead and open the + editor, no need to have an intermittent window with a button for it + (add_contacts_cb): Remove this as we don't need it any more + (eab_popup_control_no_matches): Just go straight to the quick-add + dialog, and don't pop up an intermittent window with a button + + Fixes #41210 #60852 + 2005-01-21 Rodney Dawes * gui/contact-editor/e-contact-editor.c (e_contact_editor_init): -- cgit v1.2.3