diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-08 12:56:10 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-08 12:56:10 +0800 |
commit | 3b414f434678cff38a7b323b68a5fd4440b5bd99 (patch) | |
tree | 94a7a7c5dfd5c88ec07078bb227cb52e0e235760 /composer/e-msg-composer-hdrs.c | |
parent | d99bee317238171903464026374c53d978545924 (diff) | |
download | gsoc2013-evolution-3b414f434678cff38a7b323b68a5fd4440b5bd99.tar.gz gsoc2013-evolution-3b414f434678cff38a7b323b68a5fd4440b5bd99.tar.zst gsoc2013-evolution-3b414f434678cff38a7b323b68a5fd4440b5bd99.zip |
[ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cb
2003-04-07 Chris Toshok <toshok@ximian.com>
[ 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
Diffstat (limited to 'composer/e-msg-composer-hdrs.c')
-rw-r--r-- | composer/e-msg-composer-hdrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |