[Xfce4-commits] [xfce/garcon] 01/01: Don't force URLs to be opened in a web browser (bug #10212)
noreply at xfce.org
noreply at xfce.org
Fri Jul 25 14:23:18 CEST 2014
This is an automated email from the git hooks/post-receive script.
jannis pushed a commit to branch master
in repository xfce/garcon.
commit cb5108ab932bd631dd6da993322a67fb4a219841
Author: Graeme Gott <graeme at gottcode.org>
Date: Fri Jul 25 14:14:23 2014 +0200
Don't force URLs to be opened in a web browser (bug #10212)
---
garcon/garcon-menu-item.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/garcon/garcon-menu-item.c b/garcon/garcon-menu-item.c
index e675fec..66a86bf 100644
--- a/garcon/garcon-menu-item.c
+++ b/garcon/garcon-menu-item.c
@@ -690,7 +690,7 @@ garcon_menu_item_url_exec (XfceRc *rc)
/* Support Type=Link items */
url = xfce_rc_read_entry_untranslated (rc, G_KEY_FILE_DESKTOP_KEY_URL, NULL);
if (url != NULL)
- url_exec = g_strdup_printf ("exo-open --launch WebBrowser '%s'", url);
+ url_exec = g_strdup_printf ("exo-open '%s'", url);
return url_exec;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list