Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 104e2c93228b14618c191c4034cbeff1 > files > 2

gphpedit-0.9.95-0.2.20090209snap.fc15.src.rpm

--- gphpedit/src/tab.c.orig	2009-11-25 14:25:35.543960628 +0000
+++ gphpedit/src/tab.c	2009-11-25 14:27:35.658086032 +0000
@@ -550,13 +550,13 @@
 		return long_filename;
 
 	// For Redhat/Fedora Core and other sensible distrubutions...
-	long_filename = tab_help_try_filename("/usr/share/doc/phpmanual/function.", command, ".html");
+	long_filename = tab_help_try_filename("/usr/share/doc/php-manual/en/html/function.", command, ".html");
 	if (long_filename)
 		return long_filename;
-	long_filename = tab_help_try_filename("/usr/share/doc/phpmanual/ref.", command, ".html");
+	long_filename = tab_help_try_filename("/usr/share/doc/php-manual/en/html/ref.", command, ".html");
 	if (long_filename)
 		return long_filename;
-	long_filename = tab_help_try_filename("/usr/share/doc/phpmanual/", command, NULL);
+	long_filename = tab_help_try_filename("/usr/share/doc/php-manual/en/html/", command, NULL);
 	if (long_filename)
 		return long_filename;