[Xfce4-commits] [xfce/exo] 01/01: Do not escape for known URIs, maintains URL functionality

noreply at xfce.org noreply at xfce.org
Fri May 22 03:29:49 CEST 2015


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository xfce/exo.

commit 903a5bf23b606318f4bac0acb36cb713ab83db1a
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Thu May 21 21:29:41 2015 -0400

    Do not escape for known URIs, maintains URL functionality
---
 exo-open/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo-open/main.c b/exo-open/main.c
index f89659d..7524bdd 100644
--- a/exo-open/main.c
+++ b/exo-open/main.c
@@ -336,7 +336,7 @@ exo_open_uri (const gchar  *uri,
   scheme = g_file_get_uri_scheme (file);
 
   /* try to launch common schemes for know preferred applications */
-  if (scheme != NULL && exo_open_uri_known_category (escaped, scheme, &retval))
+  if (scheme != NULL && exo_open_uri_known_category (uri, scheme, &retval))
     {
       g_free (scheme);
       g_free (escaped);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list