[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#286272: wrong URI for documentation [patch]



Package: euler
Version: 1.60.6fix-6
Severity: normal
Tags: patch

I submit a patch for the file source/main.c to fix this bug

Ciao
Davide






--

Email.it, the professional e-mail, gratis per te: http://www.email.it/f



Sponsor:

Video Corsi GRATIS - Scopri come imparare velocemente e senza stress (Internet, Informatica, Web Marketing, Hobby

Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=5145&d=2-6
--- main.c.originale	2006-06-02 13:13:09.000000000 +0200
+++ main.c	2006-06-02 13:13:30.000000000 +0200
@@ -1114,7 +1114,7 @@
 			break;
 		case E_DOC: {
 				char *browser;
-				browser = g_strconcat(prefs.browser," ",INSTALL_DIR,"/share/doc/euler/index.html &",NULL);
+				browser = g_strconcat(prefs.browser," ",INSTALL_DIR,"/share/doc/euler-doc/index.html &",NULL);
 				system(browser);
 				g_free(browser);
 			}

Reply to: