summaryrefslogtreecommitdiff
path: root/PLUGINS/src/pictures/pictures.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-01-19 11:21:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-01-19 11:21:32 +0100
commitb013f4ce83f2787c3d855716a1e81746c227df6f (patch)
tree2624e269e2a6551170879c0ca12f3c53a130cdd8 /PLUGINS/src/pictures/pictures.c
parentdc0665ebf3c7c814f080e28dbd3b5b6b68c3b56e (diff)
downloadvdr-b013f4ce83f2787c3d855716a1e81746c227df6f.tar.gz
vdr-b013f4ce83f2787c3d855716a1e81746c227df6f.tar.bz2
Fixed the Play function in the pictures plugin
Diffstat (limited to 'PLUGINS/src/pictures/pictures.c')
-rw-r--r--PLUGINS/src/pictures/pictures.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/pictures.c b/PLUGINS/src/pictures/pictures.c
index 8b517476..e3015e40 100644
--- a/PLUGINS/src/pictures/pictures.c
+++ b/PLUGINS/src/pictures/pictures.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: pictures.c 1.1 2008/01/13 11:29:27 kls Exp $
+ * $Id: pictures.c 1.2 2008/01/19 11:20:03 kls Exp $
*/
#include <getopt.h>
@@ -11,7 +11,7 @@
#include "menu.h"
#include "player.h"
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "0.0.2";
static const char *DESCRIPTION = trNOOP("A simple picture viewer");
static const char *MAINMENUENTRY = trNOOP("Pictures");