moo_editor_open() changed

This commit is contained in:
Yevgen Muntyan 2005-09-03 16:14:24 +00:00
parent 3f5b188770
commit 3057ece3a8

View File

@ -1081,12 +1081,8 @@ static void new_editor (MooApp *app)
static void open_in_editor (MooTermWindow *terminal)
{
MooApp *app = moo_app_get_instance ();
g_return_if_fail (app != NULL);
moo_editor_open (app->priv->editor,
NULL, GTK_WIDGET (terminal),
NULL, NULL);
moo_editor_open (app->priv->editor, NULL, GTK_WIDGET (terminal), NULL);
}