summaryrefslogtreecommitdiff
path: root/firefox-1.1-default-applications.patch
blob: 1666ff64469dc5f536f9ad40b021fe7ebc38786a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: browser/components/shell/src/nsGNOMEShellService.h
===================================================================
RCS file: /cvsroot/mozilla/browser/components/shell/src/nsGNOMEShellService.h,v
retrieving revision 1.2.4.1
diff -d -u -p -r1.2.4.1 nsGNOMEShellService.h
--- browser/components/shell/src/nsGNOMEShellService.h	15 Jul 2004 20:43:55 -0000	1.2.4.1
+++ browser/components/shell/src/nsGNOMEShellService.h	15 Oct 2004 20:39:56 -0000
@@ -43,7 +43,7 @@
 class nsGNOMEShellService : public nsIShellService
 {
 public:
-  nsGNOMEShellService() : mCheckedThisSession(PR_FALSE) { }
+  nsGNOMEShellService() : mCheckedThisSession(PR_TRUE) { }
 
   NS_DECL_ISUPPORTS
   NS_DECL_NSISHELLSERVICE
Index: browser/components/preferences/main.xul
===================================================================
RCS file: /cvsroot/mozilla/browser/components/preferences/main.xul,v
retrieving revision 1.3.2.6
diff -d -u -p -r1.3.2.6 main.xul
--- browser/components/preferences/main.xul	13 Sep 2006 03:01:38 -0000	1.3.2.6
+++ browser/components/preferences/main.xul	7 Oct 2006 19:58:16 -0000
@@ -193,7 +193,7 @@
       </radiogroup>
     </groupbox>
 
-#ifdef HAVE_SHELL_SERVICE
+#if 0
     <!-- System Defaults -->
     <groupbox id="systemDefaultsGroup" orient="horizontal">
       <caption label="&systemDefaults.label;"/>
bgstack15