diff --git a/midori/sokoke.c b/midori/sokoke.c index 962eb589..055ebddb 100644 --- a/midori/sokoke.c +++ b/midori/sokoke.c @@ -420,7 +420,8 @@ sokoke_spawn_program (const gchar* command, g_return_val_if_fail (command != NULL, FALSE); g_return_val_if_fail (argument != NULL, FALSE); - if (!g_strstr_len (argument, 8, "://")) + if (!g_strstr_len (argument, 8, "://") + && !g_str_has_prefix (argument, "about:")) { gboolean success;