Fix comments

This commit is contained in:
Tim Bentley 2011-10-17 19:01:07 +01:00
parent bf2ada0b67
commit bdcf15d87b
2 changed files with 5 additions and 2 deletions

View File

@ -384,6 +384,9 @@ class Plugin(QtCore.QObject):
def refreshCss(self, frame): def refreshCss(self, frame):
""" """
Allow plugins to refresh javascript on displayed screen. Allow plugins to refresh javascript on displayed screen.
``frame``
The Web frame holding the page.
""" """
return u'' return u''

View File

@ -203,8 +203,8 @@ class AlertsPlugin(Plugin):
""" """
Trigger an update of the CSS in the maindisplay. Trigger an update of the CSS in the maindisplay.
`frame` ``frame``
The Web frame holding the page The Web frame holding the page.
""" """
align = VerticalType.Names[self.settings_tab.location] align = VerticalType.Names[self.settings_tab.location]
frame.evaluateJavaScript(u'update_css("%s", "%s", "%s", "%s", "%s")' % frame.evaluateJavaScript(u'update_css("%s", "%s", "%s", "%s", "%s")' %