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
This commit is contained in:

committed by
Anna Dirks

parent
15e8b4e477
commit
30551d3f83
@ -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):
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user