[epiphany] ephy-embed-utils: mailto is not a web scheme
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-embed-utils: mailto is not a web scheme
- Date: Mon, 23 Jan 2012 17:11:43 +0000 (UTC)
commit 0e7ecc4b8f43ac53c3c1ab7a1281a4a959f86c5c
Author: Diego Escalante Urrelo <diegoe igalia com>
Date: Mon Jan 23 10:40:46 2012 -0500
ephy-embed-utils: mailto is not a web scheme
https://bugzilla.gnome.org/show_bug.cgi?id=551857
embed/ephy-embed-utils.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed-utils.c b/embed/ephy-embed-utils.c
index 2bf0e1f..5865b58 100644
--- a/embed/ephy-embed-utils.c
+++ b/embed/ephy-embed-utils.c
@@ -97,8 +97,7 @@ ephy_embed_utils_address_has_web_scheme (const char *address)
g_ascii_strncasecmp (address, "javascript", colonpos) &&
g_ascii_strncasecmp (address, "data", colonpos) &&
g_ascii_strncasecmp (address, "about", colonpos) &&
- g_ascii_strncasecmp (address, "gopher", colonpos) &&
- g_ascii_strncasecmp (address, "mailto", colonpos));
+ g_ascii_strncasecmp (address, "gopher", colonpos));
return has_web_scheme;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]