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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
