[Xfce4-commits] <midori:master> Treat about: like an alias to about:version
Christian Dywan
noreply at xfce.org
Mon Mar 21 20:58:02 CET 2011
Updating branch refs/heads/master
to b6ffbff40e468fd6610e86b5346dd2afcfffed2d (commit)
from ee9ce9bddf0b54ab35021bbaf2f02255f31a255d (commit)
commit b6ffbff40e468fd6610e86b5346dd2afcfffed2d
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Mar 21 20:56:13 2011 +0100
Treat about: like an alias to about:version
midori/midori-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index 57345e1..5c4de00 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -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);
More information about the Xfce4-commits
mailing list