[Goodies-commits] r6275 - in xfce4-dict/trunk: . lib

Enrico Troeger enrico at xfce.org
Fri Dec 5 16:40:50 CET 2008


Author: enrico
Date: 2008-12-05 15:40:50 +0000 (Fri, 05 Dec 2008)
New Revision: 6275

Modified:
   xfce4-dict/trunk/ChangeLog
   xfce4-dict/trunk/lib/dictd.c
Log:
When highlighting cross-references, ignore also {vr}.

Modified: xfce4-dict/trunk/ChangeLog
===================================================================
--- xfce4-dict/trunk/ChangeLog	2008-12-05 15:40:47 UTC (rev 6274)
+++ xfce4-dict/trunk/ChangeLog	2008-12-05 15:40:50 UTC (rev 6275)
@@ -1,3 +1,8 @@
+2008-12-05  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * When highlighting cross-references, ignore also {vr}.
+
+
 2008-11-23  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * New release: 0.5.1.

Modified: xfce4-dict/trunk/lib/dictd.c
===================================================================
--- xfce4-dict/trunk/lib/dictd.c	2008-12-05 15:40:47 UTC (rev 6274)
+++ xfce4-dict/trunk/lib/dictd.c	2008-12-05 15:40:50 UTC (rev 6275)
@@ -222,6 +222,7 @@
 	if (strcmp("f", str) == 0 ||
 		strcmp("m", str) == 0 ||
 		strcmp("n", str) == 0 ||
+		strcmp("vr", str) == 0 ||
 		strcmp("vt", str) == 0 ||
 		strcmp("pl", str) == 0)
 	{




More information about the Goodies-commits mailing list