]> spindle.queued.net Git - midori/commitdiff
Treat about: like an alias to about:version
authorChristian Dywan <christian@twotoasts.de>
Mon, 21 Mar 2011 19:56:13 +0000 (20:56 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 21 Mar 2011 19:56:13 +0000 (20:56 +0100)
midori/midori-view.c

index 57345e1cff9dd6b4e5e36ea35a5acac41b3e2158..5c4de0073f2725dba6707429092f908d318845d1 100644 (file)
@@ -3939,7 +3939,7 @@ midori_view_set_uri (MidoriView*  view,
                 g_free (title);
                 g_free (logo_uri);
             }
-            else if (!strcmp (uri, "about:version"))
+            else if (!strcmp (uri, "about:") || !strcmp (uri, "about:version"))
             {
                 gchar** argument_vector = sokoke_get_argv (NULL);
                 gchar* command_line = g_strjoinv (" ", argument_vector);