[Xfce4-commits] <xfce4-clipman-plugin:master> [actions] Update default actions in XML file
Mike Massonnet
noreply at xfce.org
Wed Dec 9 08:22:01 CET 2009
Updating branch refs/heads/master
to 1796ad49f7a7d99800fc1ed4d88f3961b66975c9 (commit)
from 7863bcc009ab03d0200a965f03565a4da2d76fb8 (commit)
commit 1796ad49f7a7d99800fc1ed4d88f3961b66975c9
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Tue Dec 8 14:56:38 2009 +0100
[actions] Update default actions in XML file
panel-plugin/xfce4-clipman-actions.xml.in | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/panel-plugin/xfce4-clipman-actions.xml.in b/panel-plugin/xfce4-clipman-actions.xml.in
index 26d01b0..220df0e 100644
--- a/panel-plugin/xfce4-clipman-actions.xml.in
+++ b/panel-plugin/xfce4-clipman-actions.xml.in
@@ -22,12 +22,12 @@
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
<commands>
<command>
- <_name>View with Ristretto</_name>
- <exec>ristretto "\0"</exec>
+ <_name>Edit with Gimp</_name>
+ <exec>gimp-remote "\0"</exec>
</command>
<command>
- <_name>Edit with Gimp</_name>
- <exec>gimp "\0"</exec>
+ <_name>View with Ristretto</_name>
+ <exec>ristretto "\0"</exec>
</command>
</commands>
</action>
@@ -47,7 +47,7 @@
</action>
<action>
<_name>Long URL</_name>
- <regex>http://.{120}[^ ]+</regex>
+ <regex>http://[^ ]{120,}</regex>
<commands>
<command>
<_name>Shrink the URL</_name>
More information about the Xfce4-commits
mailing list