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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 445222 - (hide annotations) (download)
Thu Jun 20 10:27:38 2013 UTC (10 years, 10 months ago) by tv
Original Path: cauldron/firefox/current/SOURCES/firefox-21.0-appname.patch
File size: 716 byte(s)
- new version
- drop patches patches 34, 36 & 39
- rediff patches 4, 5, 14 & 38
- temporary disable KDE patches
1 blino 20612 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 tv 445222 @@ -113,7 +113,11 @@
8     getter_AddRefs(appPath));
9 blino 20612 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 fwang 133095 +
15 blino 20612 + //return appPath->GetNativePath(mAppPath);
16     + return NS_OK;
17     }
18    
19     NS_IMPL_ISUPPORTS1(nsGNOMEShellService, nsIShellService)

  ViewVC Help
Powered by ViewVC 1.1.30