[Goodies-commits] r7085 - in xfce4-clipman-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Wed Apr 1 18:43:24 CEST 2009


Author: mmassonnet
Date: 2009-04-01 16:43:24 +0000 (Wed, 01 Apr 2009)
New Revision: 7085

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/panel-plugin/xfce4-clipman-actions.xml.in
Log:
Set long URLs to 120 characters at least

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-04-01 16:22:15 UTC (rev 7084)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-04-01 16:43:24 UTC (rev 7085)
@@ -1,4 +1,10 @@
 2009-04-01	Mike Massonnet
+Set long URLs to 120 characters at least
+
+	- panel-plugin/xfce4-clipman-actions.xml.in:
+		Change the minimum size of long URLs from 80 to 120
+
+2009-04-01	Mike Massonnet
 Update the strings, yet again
 
 2009-04-01	Mike Massonnet

Modified: xfce4-clipman-plugin/trunk/panel-plugin/xfce4-clipman-actions.xml.in
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/xfce4-clipman-actions.xml.in	2009-04-01 16:22:15 UTC (rev 7084)
+++ xfce4-clipman-plugin/trunk/panel-plugin/xfce4-clipman-actions.xml.in	2009-04-01 16:43:24 UTC (rev 7085)
@@ -47,7 +47,7 @@
 	</action>
 	<action>
 		<_name>Long URL</_name>
-		<regex>http://.{80}[^ ]+</regex>
+		<regex>http://.{120}[^ ]+</regex>
 		<commands>
 			<command>
 				<_name>Shrink the URL</_name>




More information about the Goodies-commits mailing list