Updating branch refs/heads/exo-helper-overhaul
         to d72abb5d58b217a60fde7755f1102f1658747d39 (commit)
       from 41b0c2a5d33f51195f0a01d9154b099f0a9cdc61 (commit)

commit d72abb5d58b217a60fde7755f1102f1658747d39
Author: Nick Schermer <[email protected]>
Date:   Wed Aug 26 18:44:35 2009 +0200

    Add gopher to the known browser URI schemes (bug #4497).

 exo-gio-module/exo-module.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exo-gio-module/exo-module.c b/exo-gio-module/exo-module.c
index 2b954ed..94866e4 100644
--- a/exo-gio-module/exo-module.c
+++ b/exo-gio-module/exo-module.c
@@ -67,9 +67,9 @@ struct _KnownSchemes
 
 static KnownSchemes known_schemes[] =
 {
-  { "^(https?|ftps)$", "WebBrowser" },
-  { "^mailto$",        "MailReader" },
-  { "^(file|trash)$",  "FileManager" }
+  { "^(https?|ftps|gopher)$", "WebBrowser" },
+  { "^mailto$",               "MailReader" },
+  { "^(file|trash)$",         "FileManager" }
 };
 
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to