33 lines
1.3 KiB
Diff
33 lines
1.3 KiB
Diff
|
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">
|