From 3b414f434678cff38a7b323b68a5fd4440b5bd99 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 8 Apr 2003 04:56:10 +0000 Subject: [ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cb 2003-04-07 Chris Toshok [ fixes bug #39763 ] * e-msg-composer.c (setup_cut_copy_paste): remove the control_entry_focus_{in,out}_event_cb signal stuff. (control_entry_focus_in_event_cb): nuke (control_entry_focus_in_event_cb): same. * e-msg-composer-hdrs.c (create_addressbook_entry): pass the contain to bonobo_widget_new_control_from_objref when creating the entries. svn path=/trunk/; revision=20745 --- composer/e-msg-composer-hdrs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer/e-msg-composer-hdrs.c') diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c index 0dc4819efd..e5f45cff4b 100644 --- a/composer/e-msg-composer-hdrs.c +++ b/composer/e-msg-composer-hdrs.c @@ -446,7 +446,7 @@ create_addressbook_entry (EMsgComposerHdrs *hdrs, const char *name) CORBA_exception_free (&ev); control_widget = bonobo_widget_new_control_from_objref ( - corba_control, CORBA_OBJECT_NIL); + corba_control, bonobo_ui_component_get_container (priv->uic)); cf = bonobo_widget_get_control_frame (BONOBO_WIDGET (control_widget)); pb = bonobo_control_frame_get_control_property_bag (cf, NULL); -- cgit v1.2.3