summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-18 01:17:40 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-04-18 01:17:40 +0000
commit8b0cbed65b4fc8337e8d32abc0d8cd6eaa48e010 (patch)
treebb0fece4305a04e8abf3ca6e4c30999d1da78a3c /HISTORY
parent56a3b81426620761e0e54c389744daf37c5b636c (diff)
downloadvdr-plugin-muggle-8b0cbed65b4fc8337e8d32abc0d8cd6eaa48e010.tar.gz
vdr-plugin-muggle-8b0cbed65b4fc8337e8d32abc0d8cd6eaa48e010.tar.bz2
guard against null dereference if no player active and player
commands are entered better separate mgSelMenu and mgMenu in ProcessKey make sure a displayed list is never empty. If the database is empty, show just one item "Synchronize database" git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1191 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3716c1f..b735dcf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -296,7 +296,7 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
2008-01-04: Version 0.1.12-BETA
- Fix compilation and some compiler warnings.
- Fix build with FLAC++ >= 1.1.3.
-- Rename image_convert.sh to muggle-image-convert, install it in
+
"make install", make it a bit more robust.
2008-4-11: Version 0.2.0-BETA
@@ -344,3 +344,5 @@ XXXXXXXXXX: Version 0.0.8-ALPHA
finished. And the message "loading lyrics" will only appear after they have been
loaded. If you don't like it, update vdr or send me a patch.
- make the compile option USE_BITMAP work again on unmodified FF cards
+- make sure a displayed list is never empty by moving up in the tree if needed.
+ If the list is then still empty, display an item "Synchronize data base".