aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog7
-rw-r--r--shell/e-corba-config-page.c1
2 files changed, 7 insertions, 1 deletions
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 <anna@ximian.com>
+
+ * 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 <ettore@ximian.com>
* 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);