[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/02: [actions] Update default action Long URL with whitespace \s

noreply at xfce.org noreply at xfce.org
Wed May 28 12:36:31 CEST 2014


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

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.

commit 50678b07b02c561a52359d1b52f4e12bc0ab7db2
Author: Mike Massonnet <m8t at gandi.net>
Date:   Wed May 28 12:36:10 2014 +0200

    [actions] Update default action Long URL with whitespace \s
---
 panel-plugin/xfce4-clipman-actions.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/xfce4-clipman-actions.xml.in b/panel-plugin/xfce4-clipman-actions.xml.in
index 23c8b47..c476f9e 100644
--- a/panel-plugin/xfce4-clipman-actions.xml.in
+++ b/panel-plugin/xfce4-clipman-actions.xml.in
@@ -47,7 +47,7 @@
 	</action>
 	<action>
 		<_name>Long URL</_name>
-		<regex>http://[^ ]{120,}</regex>
+		<regex>http://[^\s]{120,}</regex>
 		<commands>
 			<command>
 				<_name>Shrink the URL</_name>

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


More information about the Xfce4-commits mailing list