diff options
author | Anna Marie Dirks <anna@ximian.com> | 2003-05-20 02:50:09 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2003-05-20 02:50:09 +0800 |
commit | 30551d3f831b50298bab6a4feedf1c598f02f146 (patch) | |
tree | 599c1d194934869650f99f7e235a7de3e5e04400 /shell | |
parent | 15e8b4e4779bc512a6949927be1c9d4765a1e302 (diff) | |
download | gsoc2013-evolution-30551d3f831b50298bab6a4feedf1c598f02f146.tar.gz gsoc2013-evolution-30551d3f831b50298bab6a4feedf1c598f02f146.tar.zst gsoc2013-evolution-30551d3f831b50298bab6a4feedf1c598f02f146.zip |
Remove some padding which I incorrectly added to the wrong vbox. This
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.)
svn path=/trunk/; revision=21264
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/e-corba-config-page.c | 1 |
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); |