[Xfce4-commits] <exo:master> Allow ssh as known filemanager uri too.

Nick Schermer noreply at xfce.org
Tue Sep 29 14:58:01 CEST 2009


Updating branch refs/heads/master
         to 9a43e56e99308390be5e26d8b0c1cd9f9c5627eb (commit)
       from a27374fec0c3347c64fdc8ede93185bd45d2f34f (commit)

commit 9a43e56e99308390be5e26d8b0c1cd9f9c5627eb
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Sep 29 14:57:29 2009 +0200

    Allow ssh as known filemanager uri too.

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

diff --git a/exo-gio-module/exo-module.c b/exo-gio-module/exo-module.c
index 94866e4..e498af9 100644
--- a/exo-gio-module/exo-module.c
+++ b/exo-gio-module/exo-module.c
@@ -69,7 +69,7 @@ static KnownSchemes known_schemes[] =
 {
   { "^(https?|ftps|gopher)$", "WebBrowser" },
   { "^mailto$",               "MailReader" },
-  { "^(file|trash)$",         "FileManager" }
+  { "^(file|trash|ssh)$",     "FileManager" }
 };
 
 



More information about the Xfce4-commits mailing list