Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-10-12 12:06:24 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-10-12 12:06:24 (GMT)
commitf2eb539ec8bb00860c34dfb4380879eeff8bab09 (patch)
tree89f10d56423e12abf94ff5f2265824d1d5cfab89 /ChangeLog
parentc630d3976c351bc729888aabf02ac0b65fae80cf (diff)
Do not consider mailto links as http uris. Fixes bug #555801.
2008-10-12 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_external_uri): Do not consider mailto links as http uris. Fixes bug #555801. svn path=/trunk/; revision=3218
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ecf9c9..22c3c5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-12 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (launch_external_uri):
+
+ Do not consider mailto links as http uris. Fixes bug #555801.
+
2008-10-06 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (merge_selection_region), (clear_selection):