From f1f235efac389f1b6ffd1b4a512479c2b2a2bdd7 Mon Sep 17 00:00:00 2001 From: Martin Thompson Date: Wed, 4 Mar 2009 21:53:31 +0000 Subject: [PATCH] Started looking at slide controllers again bzr-revno: 368 --- openlp/plugins/images/imageserviceitem.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openlp/plugins/images/imageserviceitem.py b/openlp/plugins/images/imageserviceitem.py index 0aed22047..321bdca46 100644 --- a/openlp/plugins/images/imageserviceitem.py +++ b/openlp/plugins/images/imageserviceitem.py @@ -25,7 +25,15 @@ from listwithpreviews import ListWithPreviews class ImageServiceItem(ServiceItem): """ The service item is a base class for the plugins to use to interact with - the service manager, the slide controller, and the renderer. + * the service manager (and hence the OOS disk files), + * the slide controller(s - both preview and live) + * and the renderer - which produces the + main screen + the preview preview and + the live preview + + + """ global log log=logging.getLogger("ImageServiceItem")