Closed
Bug 123258
Opened 23 years ago
Closed 19 years ago
Chatzilla should be able to launch on startup
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: Gijs)
References
Details
(Whiteboard: [cz-0.9.69.1])
Attachments
(1 file)
(deleted),
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
In the preferences Appearence section, there are checkboxes which allow
particular modules to launch on startup. It would be nice if you could get
chatzilla in there.
Comment 1•23 years ago
|
||
*** Bug 125464 has been marked as a duplicate of this bug. ***
Comment 2•23 years ago
|
||
Add to the file
http://lxr.mozilla.org/mozilla/source/extensions/irc/xul/content/chatzillaOverlay.xul
<checkbox id="generalStartupIrc" position="4"
label="&ircCmd.label;" accesskey="&ircCmd.accesskey;"
prefstring="general.startup.irc"/>
which is modified from
http://lxr.mozilla.org/mozilla/source/xpfe/components/prefwindow/resources/content/pref-appearance.xul#78
or maybe
<checkbox id="generalStartupIrc" wsm_persist="true" position="4"
label="&ircCmd.label;" accesskey="&ircCmd.accesskey;"
pref="true" preftype="bool" prefstring="general.startup.irc"
prefattribute="checked"/>
which is modified from
http://lxr.mozilla.org/mozilla/source/mailnews/base/prefs/resources/content/mailPrefsOverlay.xul#35
I don't really know if all the pref* attributes besides prefstring are
necessary, since they're not present for Navigator yet that check box still
seems to work. I just said position=4 so the other numbers wouldn't change, but
maybe it should match the Tasks menu?
Comment 3•21 years ago
|
||
*** Bug 208512 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
You can actually set the pref general.startup.chat to true and I believe it
works... just no UI. :)
Updated•20 years ago
|
Product: Core → Other Applications
Assignee | ||
Comment 5•19 years ago
|
||
Patch mimicking the way mail/news handles this.
Assignee: rginda → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Attachment #204359 -
Flags: review?(silver)
Comment 6•19 years ago
|
||
Comment on attachment 204359 [details] [diff] [review]
Patch
r=silver
Attachment #204359 -
Flags: review?(silver) → review+
Comment 7•19 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cz-0.9.69.1]
Has this bug really been fixed? I'm using Seamonkey 1.0.2, and when I go to Edit->Preferences->Apperance, there is no checkbox for selecting Chatzilla.
Comment 9•18 years ago
|
||
I don't know or care where SeaMonkey 1.0.2 was built from, but the checkbox is on my SeaMonkey trunk build so this is definately fixed. If you have a SeaMonkey that is based on too-old code (as it sounds like, though you may just have something else fucked) installing the latest ChatZilla will likely add the checkbox.
You need to log in
before you can comment on or make changes to this bug.
Description
•