Closed
Bug 116803
Opened 23 years ago
Closed 21 years ago
notify list not saved
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: erdeve01, Assigned: rginda)
References
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.7) Gecko/20011222
BuildID: 2001122123
i can make a notify list. But when i leave the programm the list is not saved
and i must recreate the list
Reproducible: Always
Steps to Reproduce:
1.make notify list
2.leave programm
3. restart programm...list empty again
Actual Results: empty list
Expected Results: save the notify list.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: OS/2 → All
Hardware: Other → All
Comment 1•22 years ago
|
||
WFM: 2003041411-trunk/Linux
Stalk words list is saved.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 2•22 years ago
|
||
This is not about stalk, see /help notify :-)
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 3•22 years ago
|
||
I saw what "notify list" is.
BTW, notify doesn't work at all now. "e.params[1]" in my_303() should be
"e.params[2]".
--- chatzilla.orig/content/chatzilla/handlers.js 2003-04-14 17:32:41.000000000 +0900
+++ chatzilla/content/chatzilla/handlers.js 2003-04-16 06:07:33.000000000 +0900
@@ -2688,7 +2688,7 @@
CIRCNetwork.prototype.on303 = /* ISON (aka notify) reply */
function my_303 (e)
{
- var onList = stringTrim(e.params[1].toLowerCase()).split(/\s+/);
+ var onList = stringTrim(e.params[2].toLowerCase()).split(/\s+/);
var offList = new Array();
var newArrivals = new Array();
var newDepartures = new Array();
Comment 4•22 years ago
|
||
This bug depends on bug 27807, because notify list should be saved
for network.
Depends on: 27807
Comment 5•21 years ago
|
||
Chatzilla 0.9.54 is now available and has landed on the trunk (cvs). This should
have resolved this bug; if it has not, please reopen it.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
You need to log in
before you can comment on or make changes to this bug.
Description
•