Pass URI in _action_private_browsing_activate

We need to, to avoid using GIO-based launching which
would mixup the arguments.
This commit is contained in:
Christian Dywan 2012-02-14 00:23:22 +01:00
parent cc7cf39150
commit 94236e1a9f

View file

@ -2305,7 +2305,7 @@ static void
_action_private_browsing_activate (GtkAction* action, _action_private_browsing_activate (GtkAction* action,
MidoriBrowser* browser) MidoriBrowser* browser)
{ {
sokoke_spawn_app ("", TRUE); sokoke_spawn_app ("about:private", TRUE);
} }
static void static void