2005-07-18 20:30:35 +00:00
|
|
|
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
|
2006-10-24 18:57:43 +00:00
|
|
|
Index: browser/components/preferences/main.xul
|
2005-07-18 20:30:35 +00:00
|
|
|
===================================================================
|
2006-10-24 18:57:43 +00:00
|
|
|
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>
|
2005-07-18 20:30:35 +00:00
|
|
|
</groupbox>
|
|
|
|
|
|
|
|
-#ifdef HAVE_SHELL_SERVICE
|
|
|
|
+#if 0
|
2006-10-24 18:57:43 +00:00
|
|
|
<!-- System Defaults -->
|
|
|
|
<groupbox id="systemDefaultsGroup" orient="horizontal">
|
|
|
|
<caption label="&systemDefaults.label;"/>
|