Opened 16 years ago
Closed 16 years ago
#2464 closed defect (fixed)
[PATCH] "Display the Audio menu" setting disables itself when unchecked
Reported by: | frawe | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | hampelratte |
Description
In Preferences/Audo Settings the topmost option "Display the Audio menu" disables itself when unchecked. It even isn't reenabled if leaving the preferences dialogue either via OK nor Cancel.
Fortunatelly at least a restart reenables it.
Attachments (2)
Change History (5)
comment:1 by , 16 years ago
by , 16 years ago
Attachment: | ticket_2464.diff.gz added |
---|
comment:2 by , 16 years ago
Cc: | added |
---|---|
Summary: | "Display the Audio menu" setting disables itself when unchecked → [PATCH] "Display the Audio menu" setting disables itself when unchecked |
I have attached another patch, which fixes this problem and removes several more useless ActionListeners
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r1572. Please append gzipped patches only when not possible otherwise. Creating an account and logging in gives you much more freedom regarding spam tests :-)
To resolve this, just remove one line of code from
src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
Attached is a patch.