Version bump 1.3.1
authorNikolay Tischenko <niktischenko@gmail.com>
Wed, 29 Sep 2010 13:47:32 +0000 (20:47 +0700)
committerNikolay Tischenko <niktischenko@gmail.com>
Wed, 29 Sep 2010 13:47:32 +0000 (20:47 +0700)
Added AUTHORS and THANKSTO files

AUTHORS [new file with mode: 0644]
THANKSTO [new file with mode: 0644]
src/libraryform.cpp
src/someplayer.h

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..58a3fc0
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Nikolay Tischenko aka "somebody" <niktischenko@gmail.com> 
+       - founder and main developer
diff --git a/THANKSTO b/THANKSTO
new file mode 100644 (file)
index 0000000..5641eb1
--- /dev/null
+++ b/THANKSTO
@@ -0,0 +1 @@
+Thanks to www.gentleface.com for great icons used in this player
index 0db0ebd..bd1ff2f 100644 (file)
@@ -381,6 +381,8 @@ void LibraryForm::refresh() {
                _current_tracks = _lib->getTracksForAlbum(_current_album, _current_artist);
                __fill_model_tracks(_model, _current_tracks);
                break;
                _current_tracks = _lib->getTracksForAlbum(_current_album, _current_artist);
                __fill_model_tracks(_model, _current_tracks);
                break;
+       default:
+               return;
        }
 }
 
        }
 }
 
index 94a8d66..adcc666 100644 (file)
@@ -47,7 +47,7 @@ namespace SomePlayer {
 #include "config.h"
 
 #define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50
 #include "config.h"
 
 #define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50
-#define _SOMEPLAYER_VERSION_ "1.3.0"
+#define _SOMEPLAYER_VERSION_ "1.3.1"
 #define NDEBUG
 
 #endif
 #define NDEBUG
 
 #endif