diff options
-rw-r--r-- | composer/e-msg-composer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 7e7444b8e6..944598f382 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -77,7 +77,7 @@ create_editor (EMsgComposer *composer) { GtkWidget *control; - control = bonobo_widget_new_control ((HTML_EDITOR_CONTROL_ID, + control = bonobo_widget_new_control (HTML_EDITOR_CONTROL_ID, bonobo_object_corba_objref (BONOBO_OBJECT (composer->uih))); if (control == NULL) { g_error ("Cannot get `%s'.", HTML_EDITOR_CONTROL_ID); |