From 88a69034a34f851ec2cfeeef9389249856633f84 Mon Sep 17 00:00:00 2001 From: Nikolay Tischenko Date: Wed, 29 Sep 2010 20:47:32 +0700 Subject: [PATCH] Version bump Added AUTHORS and THANKSTO files --- AUTHORS | 2 ++ THANKSTO | 1 + src/libraryform.cpp | 2 ++ src/someplayer.h | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 AUTHORS create mode 100644 THANKSTO diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..58a3fc0 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Nikolay Tischenko aka "somebody" + - founder and main developer diff --git a/THANKSTO b/THANKSTO new file mode 100644 index 0000000..5641eb1 --- /dev/null +++ b/THANKSTO @@ -0,0 +1 @@ +Thanks to www.gentleface.com for great icons used in this player diff --git a/src/libraryform.cpp b/src/libraryform.cpp index 0db0ebd..bd1ff2f 100644 --- a/src/libraryform.cpp +++ b/src/libraryform.cpp @@ -381,6 +381,8 @@ void LibraryForm::refresh() { _current_tracks = _lib->getTracksForAlbum(_current_album, _current_artist); __fill_model_tracks(_model, _current_tracks); break; + default: + return; } } diff --git a/src/someplayer.h b/src/someplayer.h index 94a8d66..adcc666 100644 --- a/src/someplayer.h +++ b/src/someplayer.h @@ -47,7 +47,7 @@ namespace SomePlayer { #include "config.h" #define _DYNAMIC_PLAYLIST_MAX_COUNT_ 50 -#define _SOMEPLAYER_VERSION_ "1.3.0" +#define _SOMEPLAYER_VERSION_ "1.3.1" #define NDEBUG #endif -- 1.7.9.5