Minor fixes

This commit is contained in:
Tim Bentley 2012-03-17 10:46:08 +00:00
parent d00840d1e0
commit 9cdec0e3d3
2 changed files with 5 additions and 3 deletions

View File

@ -213,10 +213,12 @@ class EventReceiver(QtCore.QObject):
``{plugin}_add_service_item`` ``{plugin}_add_service_item``
Ask the plugin to push the selected items to the service item. Ask the plugin to push the selected items to the service item.
``{plugin}_service_load``
Ask the plugin to process an individual service item after it has been
loaded.
``{plugin}_config_updated`` ``{plugin}_config_updated``
The Plugn's config has changed so lets do some processing. The config has changed so tell the plugin about it.
``alerts_text`` ``alerts_text``
Displays an alert message. Displays an alert message.

View File

@ -399,7 +399,7 @@ class Plugin(QtCore.QObject):
""" """
return u'' return u''
def configUpdatedl(self): def configUpdated(self):
""" """
The plugin's config has changed The plugin's config has changed
""" """