[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 410/473: Fix not using secure connection to Wikipedia.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:59:40 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit d208995120883649e551c761e37c6579b836197d
Author: Graeme Gott <graeme at gottcode.org>
Date: Fri Nov 21 09:59:55 2014 -0500
Fix not using secure connection to Wikipedia.
---
panel-plugin/settings.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/settings.cpp b/panel-plugin/settings.cpp
index 7eceb88..e2fd2aa 100644
--- a/panel-plugin/settings.cpp
+++ b/panel-plugin/settings.cpp
@@ -119,7 +119,7 @@ Settings::Settings() :
command[CommandMenuEditor] = new Command("xfce4-menueditor", _("_Edit Applications"), "menulibre", _("Failed to launch menu editor."));
search_actions.push_back(new SearchAction(_("Man Pages"), "#", "exo-open --launch TerminalEmulator man %s", false, true));
- search_actions.push_back(new SearchAction(_("Wikipedia"), "!w", "exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%u", false, true));
+ search_actions.push_back(new SearchAction(_("Wikipedia"), "!w", "exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u", false, true));
search_actions.push_back(new SearchAction(_("Run in Terminal"), "!", "exo-open --launch TerminalEmulator %s", false, true));
search_actions.push_back(new SearchAction(_("Open URI"), "^(file|http|https):\\/\\/(.*)$", "exo-open \\0", true, true));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list