/[packages]/cauldron/firefox/current/SOURCES/firefox-31.0-appname.patch
ViewVC logotype

Contents of /cauldron/firefox/current/SOURCES/firefox-31.0-appname.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 655456 - (show annotations) (download)
Tue Jul 22 07:15:33 2014 UTC (9 years, 8 months ago) by tv
File size: 717 byte(s)
new ESR release
1 From: Wolfgang Rosenauer <wr@rosenauer.org>
2 Subject: Hardcode app starter for default check
3
4 diff --git a/browser/components/shell/src/nsGNOMEShellService.cpp b/browser/components/shell/src/nsGNOMEShellService.cpp
5 --- a/browser/components/shell/src/nsGNOMEShellService.cpp
6 +++ b/browser/components/shell/src/nsGNOMEShellService.cpp
7 @@ -113,7 +113,11 @@
8 getter_AddRefs(appPath));
9 NS_ENSURE_SUCCESS(rv, rv);
10
11 - return appPath->GetNativePath(mAppPath);
12 + /* This path to firefox is hardcoded for the default path setting */
13 + mAppPath.Assign ("/usr/bin/firefox");
14 +
15 + //return appPath->GetNativePath(mAppPath);
16 + return NS_OK;
17 }
18
19 NS_IMPL_ISUPPORTS(nsGNOMEShellService, nsIShellService)

  ViewVC Help
Powered by ViewVC 1.1.30