diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-02-14 11:36:27 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-02-14 11:36:27 +0100 |
commit | e03133d00c19982f609dc124cee71f1f6b59e32b (patch) | |
tree | b31a773ea81372c87cf19e8f20486645ff49b899 | |
parent | ac367da8a2c16dde071862ab781ec8e08d159d1a (diff) | |
download | skin-flatplus-e03133d00c19982f609dc124cee71f1f6b59e32b.tar.gz skin-flatplus-e03133d00c19982f609dc124cee71f1f6b59e32b.tar.bz2 |
release version 0.5.1
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | skinflatplus.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -251,6 +251,7 @@ class cFlatConfig int MenuItemRecordingShowFolderDate; // 0 = disable, 1 = newest recording date, 2 = oldest recording date int MenuItemParseTilde; int ShortRecordingCount; + int MainMenuWidgetActiveTimerShowRemoteRefreshTime; // in seconds /* hidden configs (only in setup.conf, no osd menu) */ // Text Scroller @@ -275,7 +276,6 @@ class cFlatConfig int MainMenuWidgetActiveTimerShowRecording; int MainMenuWidgetActiveTimerShowRemoteActive; int MainMenuWidgetActiveTimerShowRemoteRecording; - int MainMenuWidgetActiveTimerShowRemoteRefreshTime; // in seconds int MainMenuWidgetActiveTimerHideEmpty; int MainMenuWidgetLastRecShow; diff --git a/po/de_DE.po b/po/de_DE.po index d14cd33a..8e71ab0a 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-skinflat 0.5.0\n" +"Project-Id-Version: vdr-skinflat 0.5.1\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2015-02-09 20:09+0100\n" "PO-Revision-Date: 2015-02-09 20:09+0100\n" diff --git a/skinflatplus.c b/skinflatplus.c index 544b5db2..384dc5c4 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.5.0"; +static const char *VERSION = "0.5.1"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |