summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch')
-rw-r--r--x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch b/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch
deleted file mode 100644
index 6fbf74d7fe9a..000000000000
--- a/x11-plugins/tomboy-reminder/files/tomboy-reminder-0.9-unicode-regex.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/MagicParser.cs 2007-04-23 17:03:52.000000000 -0500
-+++ src/MagicParser.cs 2007-04-23 17:04:02.000000000 -0500
-@@ -28,7 +28,7 @@
- private MagicDate md = new MagicDate();
- private MagicTime mt = new MagicTime();
-
-- private static string DATE_TIME_SEP = "at|a|à|@";
-+ private static string DATE_TIME_SEP = "at|a|@";
-
- private static Regex[] GENERIC = {
- new Regex("^(?<date>.*)\\W+("+DATE_TIME_SEP+")\\W+(?<time>.*)$", RegexOptions.IgnoreCase | RegexOptions.Compiled),