From 818e556974f8edf43d420a80b8343af8d2e5f710 Mon Sep 17 00:00:00 2001 From: Stefano Mazzucco Date: Tue, 13 Jun 2017 15:06:38 +0100 Subject: [PATCH] Remove unneeded variable from widget:update function call Somehow I missed this one. Although it's harmless, the call must conform to the function's signature. --- connman_widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connman_widget.lua b/connman_widget.lua index d1fc6e0..097e447 100644 --- a/connman_widget.lua +++ b/connman_widget.lua @@ -253,6 +253,6 @@ cdbus.connect_signal( end end) -widget:update(connman) +widget:update() return widget