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-09-13 11:09:06 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-09-13 11:09:06 (GMT)
commitd1ae25cdb0f86c2fc8ce406fd3b53f91a5d002ab (patch)
treeaf1f11369d8f1bc69eabb397796e01f99a48b4ab /ChangeLog
parentd7b96b2211ecffd77d9318e1971191f4c4020b47 (diff)
Use the message area to show errors when lauching external uris instead of
2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (launch_external_uri): Use the message area to show errors when lauching external uris instead of a popup window. svn path=/trunk/; revision=3177
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f418b99..a56340e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* shell/ev-window.c: (launch_external_uri):
+ Use the message area to show errors when lauching external uris
+ instead of a popup window.
+
+2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c: (launch_external_uri):
+
Assume invalid uris are http uris. Fixes bug #552071.
2008-09-09 Carlos Garcia Campos <carlosgc@gnome.org>