aboutsummaryrefslogtreecommitdiff
path: root/www/galeon2/files/patch-src_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon2/files/patch-src_main.c')
-rw-r--r--www/galeon2/files/patch-src_main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/galeon2/files/patch-src_main.c b/www/galeon2/files/patch-src_main.c
deleted file mode 100644
index 61f7df20bcd6..000000000000
--- a/www/galeon2/files/patch-src_main.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/main.c.orig Fri Apr 26 14:29:08 2002
-+++ src/main.c Fri Apr 26 14:52:43 2002
-@@ -394,7 +394,12 @@
- for (i = 0; i < n; i++)
- {
- /* try to expand as files */
-- if (realpath (args[i], buffer) != NULL)
-+ if (strncmp(args[i], "ghelp:", strlen("ghelp:")) &&
-+ strncmp(args[i], "toc:", strlen("toc:")) &&
-+ strncmp(args[i], "info:", strlen("info:")) &&
-+ strncmp(args[i], "main:", strlen("man:")) &&
-+ strncmp(args[i], "gnome-help:", strlen("gnome-help")) &&
-+ realpath (args[i], buffer) != NULL)
- {
- (*urls)[i] = g_strconcat ("file://", buffer, NULL);
- }