Opened 17 years ago
Closed 17 years ago
#5696 closed defect (fixed)
some commented out code makes some other code superflous in mytharchive
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mytharchive | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In EditMetadataDialog::wireUpTheme() at the description_edit conditional clause there is a commented out code for word wrap setting. It needs the dyn_cast above it to work. Since it is commented out, the dyn_cast can be commented out too.
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | mytharchive-unused-value.patch added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [18304]) Restore the word wrap behaviour of the description edit in MythArchive. Not sure why it was commented out. Doesn't seem to break anything? Fixes #5696.
Note:
See TracTickets
for help on using tickets.

comments out some additional code in wireUpTheme()