Removed open parameter
This commit is contained in:
parent
1b6568016a
commit
a2804e92f6
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ class Module(bumblebee.engine.Module):
|
|||
def __init__(self, engine, config):
|
||||
super(Module, self).__init__(engine, config,
|
||||
bumblebee.output.Widget(full_text=self.get_time))
|
||||
self._app = self.parameter("open", "calendar")
|
||||
engine.input.register_callback(self, button=bumblebee.input.LEFT_MOUSE,
|
||||
cmd=self._app)
|
||||
self._fmt = self.parameter("format", default_format(self.name))
|
||||
|
|
Loading…
Reference in a new issue