summaryrefslogtreecommitdiff
path: root/firefox-1.1-default-applications.patch
blob: 3936926088e4b532f4869fb5e35e42a1dc321a4b (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/general.xul
===================================================================
RCS file: /cvsroot/mozilla/browser/components/preferences/general.xul,v
retrieving revision 1.5
diff -d -u -p -r1.5 general.xul
--- browser/components/preferences/general.xul	10 Mar 2005 18:43:57 -0000	1.5
+++ browser/components/preferences/general.xul	17 Jun 2005 14:25:12 -0000
@@ -62,7 +62,7 @@
       </hbox>
     </groupbox>
 
-#ifdef HAVE_SHELL_SERVICE
+#if 0
     <groupbox orient="horizontal">
       <caption label="&defaultBrowserGroup.label;"/>
       <hbox align="center" flex="1">      
bgstack15