From 82d8cf1370250464c791c4b30a94f32ec219694e Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Mon, 12 Jun 2017 18:50:08 +0200 Subject: [PATCH] [modules/mocp] Initialize variables --- bumblebee/modules/mocp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bumblebee/modules/mocp.py b/bumblebee/modules/mocp.py index 6c7006f..5c203b2 100644 --- a/bumblebee/modules/mocp.py +++ b/bumblebee/modules/mocp.py @@ -30,6 +30,7 @@ class Module(bumblebee.engine.Module): engine.input.register_callback(widgets[0], button=bumblebee.input.LEFT_MOUSE, cmd="mocp -G") + self._running = 0 #@scrollable def description(self, widget):