Closed
Bug 232929
Opened 21 years ago
Closed 21 years ago
redeclaration of var prefs/ioService in offlineStartup.js
Categories
(SeaMonkey :: MailNews: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugs4hj, Assigned: Bienvenu)
Details
Attachments
(1 file)
1.56 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Warning: redeclaration of var ioService
Source File: file://.././components/offlineStartup.js
Line: 100, Column: 12
Source Code:
var ioService =
Components.classes["@mozilla.org/network/io-service;1"].getService(Components.interfaces.nsIIOService);
Warning: redeclaration of var prefs
Source File: file://../../components/offlineStartup.js
Line: 65, Column: 10
Source Code:
var prefs = Components.classes["@mozilla.org/preferences-service;1"].
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140508 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #140508 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 2•21 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
One last note, I did only notice this after enabling QuickLaunch on Windows, is
that normal behavior?
Comment 4•21 years ago
|
||
I just upgraded to ver. 1.7.
How do I eliminate the "Want to work online or offline?" message at startup?
DEM in Georgia
Assignee | ||
Comment 5•21 years ago
|
||
Edit | Preferences | Mail & Newsgroups | Offline & Diskspace
pick the "Remember previous online state" radio button.
If you haven't installed mail & news, you can use about:config to change
offline.startup_state to 0 - it's probably set to 1 currently, probably because
your profile was upgraded from Netscape 4.x
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•