From 088bc2478dbc155d38d804581a6221aac3a6e465 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 5 Aug 2019 13:14:11 +0300 Subject: [PATCH] places: remove leftover argument from callback --- usr/lib/linuxmint/mintMenu/plugins/places.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/linuxmint/mintMenu/plugins/places.py b/usr/lib/linuxmint/mintMenu/plugins/places.py index c47026d..0ba4d7e 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/places.py +++ b/usr/lib/linuxmint/mintMenu/plugins/places.py @@ -74,7 +74,7 @@ class pluginclass(object): if self.showtrash: self.refreshTrash() - def changePluginSize(self, settings, key, args = None): + def changePluginSize(self, settings, key): self.allowScrollbar = self.settings.get_boolean("allow-scrollbar") self.width = self.settings.get_int("width") if not self.allowScrollbar: