diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-03 14:46:36 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-06-03 14:46:36 +0200 |
commit | 0d4cf40b79951b8301ee2b9a3bc359c9f9c85c82 (patch) | |
tree | 4cf021d807ea68a461757018ea393a7c7afd4ec9 /HISTORY | |
parent | 56744b1f4e4da2bdcf64a44be11cc05c0e0c5c00 (diff) | |
download | vdr-0d4cf40b79951b8301ee2b9a3bc359c9f9c85c82.tar.gz vdr-0d4cf40b79951b8301ee2b9a3bc359c9f9c85c82.tar.bz2 |
When the 'skincurses' plugin is loaded, it automatically sets the 'curses' skin as the current one
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4766,3 +4766,10 @@ Video Disk Recorder Revision History - Fixed handling tabbed item display in 'skincurses'. - Increased the column spacing in the "Recordings" menu (was too small for the 'skincurses' plugin). +- When the 'skincurses' plugin is loaded, it automatically sets the 'curses' + skin as the current one. This doesn't modify the Setup.OSDSkin parameter, so + that after using 'skincurses' (for instance for debugging) the previously + selected skin will be used again. +- Added some log messages when setting the current skin. +- Only making a second attempt to set the current skin at startup if the first + attempt has failed. |