[Xfce4-commits] <xfce4-clipman-plugin:master> [actions] Add whitespace pattern to action "Bugz"

Mike Massonnet noreply at xfce.org
Fri Dec 11 23:38:01 CET 2009


Updating branch refs/heads/master
         to e7e60ca7881c69bd2199db118df0baa953ae8ef7 (commit)
       from 517c5f05972b973e3aca8497c04d7d4e21a1c21e (commit)

commit e7e60ca7881c69bd2199db118df0baa953ae8ef7
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Fri Dec 11 15:56:15 2009 +0100

    [actions] Add whitespace pattern to action "Bugz"
    
    As suggested by Christoph (bug #6069).

 panel-plugin/xfce4-clipman-actions.xml.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/xfce4-clipman-actions.xml.in b/panel-plugin/xfce4-clipman-actions.xml.in
index 220df0e..9588037 100644
--- a/panel-plugin/xfce4-clipman-actions.xml.in
+++ b/panel-plugin/xfce4-clipman-actions.xml.in
@@ -33,7 +33,7 @@
 	</action>
 	<action>
 		<_name>Bugz</_name>
-		<regex>bug ?#?([0-9]+)</regex>
+		<regex>bug\s*#?\s*([0-9]+)</regex>
 		<commands>
 			<command>
 				<_name>Xfce Bug</_name>



More information about the Xfce4-commits mailing list