From 0f224c00d42f651dd12a227f79952e3c5ea43fac Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 12 Jan 2004 19:33:03 +0000 Subject: Forgot to commit those. 2004-01-12 Christian Persch * embed/mozilla/EventContext.h: * src/ephy-tab.c: (address_has_web_scheme): Forgot to commit those. --- src/ephy-tab.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 6bfb97f48..cecaa2a7a 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -411,7 +411,8 @@ address_has_web_scheme (const char *address) has_web_scheme = (strcmp (scheme, "http") == 0 || strcmp (scheme, "https") == 0 || strcmp (scheme, "ftp") == 0 || - strcmp (scheme, "file") == 0); + strcmp (scheme, "file") == 0 || + strcmp (scheme, "gopher") == 0); gnome_vfs_uri_unref (uri); } -- cgit v1.2.3