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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389213 - (show annotations) (download)
Thu Jan 17 21:29:26 2013 UTC (11 years, 2 months ago) by pterjan
Original Path: obsolete/cauldron/firefox/current/SOURCES/firefox-6.0-appname.patch
File size: 735 byte(s)
Drop 
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 @@ -144,7 +144,11 @@
8 rv = appPath->AppendNative(NS_LITERAL_CSTRING(MOZ_APP_NAME));
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_ISUPPORTS1(nsGNOMEShellService, nsIShellService)

  ViewVC Help
Powered by ViewVC 1.1.30