Comment 2 for bug 1033043

Revision history for this message
Cris Dywan (kalikiana) wrote :

There's one catch you overlooked: GTK+ will eat the arguments it consumes, but we need to preserve them, for example about:version shows all arguments.

I realize that we can actually merge gtk_init into midori_app_setup and that's also fine for tests, so I went ahead and did that, while moving the argument copying upwards.

Thanks!