Actions
Bug #1015
closed"Commands" Command in setup not selectable.
Description
Hi,
i guess (not tested) this in setup.c cause the problem
static const char *Commands[10];
Commands[0] = tr("None function");
Commands[1] = tr("Dir. Management");
Commands[2] = tr("Tray open");
Commands[3] = tr("Tray close");
Commands[4] = tr("Play");
Commands[5] = tr("Image rename");
Commands[6] = tr("Image move");
Commands[7] = tr("Image delete");
Commands[8] = tr("Image burn");
Commands[9] = tr("Image create");
Commands[10] = tr("Commands");
this need "static const char Commands[*11];"
Modifying VDRs setup.conf "dvdswitch.kBlue = 10" work fine.
cu
Updated by anbr over 13 years ago
- Status changed from New to Assigned
- Assignee set to anbr
- Target version set to 0.2.1
Updated by anbr over 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset 2bbaf47b339e6ca452f2624be7be9e3e5ca6cf11.
Actions