summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2011-05-08 22:39:47 +0200
committermrwastl <mrwastl@users.sourceforge.net>2011-05-08 22:39:47 +0200
commitfaccbfd4d1b74b3865cd781641070f694b5ae182 (patch)
treef203fde7642c0364762cc71edd4791088a845fab /plugin.c
parentaa5e2205bbc3a7abc05fc50854ba086777541f13 (diff)
downloadvdr-plugin-graphlcd-faccbfd4d1b74b3865cd781641070f694b5ae182.tar.gz
vdr-plugin-graphlcd-faccbfd4d1b74b3865cd781641070f694b5ae182.tar.bz2
update display when re-enabling graphlcd via SVDRP
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.c b/plugin.c
index b81fbdd..5d63bad 100644
--- a/plugin.c
+++ b/plugin.c
@@ -262,6 +262,7 @@ cString cPluginGraphLCD::SVDRPCommand(const char *Command, const char *Option, i
}
if (strcasecmp(Command, "ON") == 0) {
GraphLCDSetup.PluginActive = 1;
+ mDisplay->Update();
return "GraphLCD Plugin switched on.";
}
return NULL;