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:
parent
cc7cf39150
commit
94236e1a9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue