Closed
Bug 198663
Opened 23 years ago
Closed 23 years ago
[Patch] Switch multiweek and month's "F" commands.
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Lil46john, Assigned: mikeypotter)
Details
Attachments
(1 file, 1 obsolete file)
|
1.03 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021216
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021216
Since bug 198493 is fixed, you'll probably want to change
Multiweek F4
Month F3
to Multiweek F3
Month F4
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•23 years ago
|
||
I agree, It would be more logical.
Severity: minor → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
Small patch (changes to lines 150 and 151) that makes the requested change.
Not sure if everyone actually wanted this change, but I just started trying to
figure out how calendar works and used this bug as a quick way to jump into the
code. Figured I might as well attach the code.
Comment 3•23 years ago
|
||
Comment on attachment 120679 [details] [diff] [review]
calendar.xul
This patch is not a patch. A patch is created by using cvs diff -u (filename)
where filename is the path to the file checked out from CVS. To learn about
CVS, see http://www.mozilla.org/cvs.html
Comment 4•23 years ago
|
||
Sorry about that, and thanks for pointing me in the right direction. How about
this attachment?
Attachment #120679 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
That's the correct patch format. Now, just request review from mikep and he
will take a look and add it to the repository if he approves.
Comment 6•23 years ago
|
||
Ok, thanks. Adding "patch" to summary. Requesting review of patch.
Summary: Switch multiweek and month's "F" commands. → [Patch] Switch multiweek and month's "F" commands.
| Assignee | ||
Comment 7•23 years ago
|
||
Approved and checked into cvs.
Thanks for the patch Charles!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 8•20 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•