places: remove leftover argument from callback

This commit is contained in:
monsta 2019-08-05 13:14:11 +03:00 committed by GitHub
parent 92c53a0516
commit 088bc2478d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: