aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_Execution.cs
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_Execution.cs')
-rw-r--r--multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_Execution.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_Execution.cs b/multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_Execution.cs
deleted file mode 100644
index e0c1da9a25f5..000000000000
--- a/multimedia/gnome-subtitles/files/patch-src_GnomeSubtitles_Execution_Execution.cs
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/GnomeSubtitles/Execution/Execution.cs.orig Thu Jun 21 22:53:01 2007
-+++ src/GnomeSubtitles/Execution/Execution.cs Thu Jul 12 17:32:18 2007
-@@ -107,8 +107,7 @@
- return path;
- else {
- return Path.Combine(SystemShareDir,
-- Path.Combine("gnome",
-- Path.Combine("help", applicationID)));
-+ Path.Combine("help", applicationID));
- }
- }
- }