From 30551d3f831b50298bab6a4feedf1c598f02f146 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Mon, 19 May 2003 18:50:09 +0000 Subject: Remove some padding which I incorrectly added to the wrong vbox. This 2003-05-19 Anna Marie Dirks * e-corba-config-page.c: Remove some padding which I incorrectly added to the wrong vbox. This shoulda been fixed in widgets/misc/e-multi-config-dialog.c . (And it is, now.) svn path=/trunk/; revision=21264 --- shell/ChangeLog | 7 +++++++ shell/e-corba-config-page.c | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 0c7fbc87c6..a51f6ec868 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-05-19 Anna Marie Dirks + + * e-corba-config-page.c: Remove some padding which I incorrectly + added to the wrong vbox. This shoulda been fixed in + widgets/misc/e-multi-config-dialog.c . (And it is, now.) + + 2003-05-17 Ettore Perazzoli * e-storage-set-view.c (e_storage_set_view_set_show_checkboxes): diff --git a/shell/e-corba-config-page.c b/shell/e-corba-config-page.c index e594a5a89d..50fd1bdfd6 100644 --- a/shell/e-corba-config-page.c +++ b/shell/e-corba-config-page.c @@ -231,7 +231,6 @@ e_corba_config_page_construct (ECorbaConfigPage *corba_config_page, control_widget = bonobo_widget_new_control_from_objref (control, CORBA_OBJECT_NIL); gtk_widget_show (control_widget); gtk_container_add (GTK_CONTAINER (corba_config_page), control_widget); - gtk_container_set_border_width (GTK_CONTAINER (corba_config_page), 6); setup_listener (corba_config_page, corba_object); -- cgit v1.2.3