From d2dcd9f5c0ba7832c8e95139cf6de1dea899a609 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 5 Jun 2016 00:08:49 +0200 Subject: Fix #3184 (remove upper limit for infowin) also, typo --- plugins/screen_detach.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/screen_detach.py b/plugins/screen_detach.py index b51b5c2d..793575d8 100644 --- a/plugins/screen_detach.py +++ b/plugins/screen_detach.py @@ -100,7 +100,7 @@ class Plugin(BasePlugin, pyinotify.Notifier): self.attached = attached status = 'available' if self.attached else 'away' self.core.command_status(status) - if sef.config.get('use_csi'): + if self.config.get('use_csi'): if self.attached: self.core.xmpp.plugin['xep_0352'].send_active() else: -- cgit v1.2.3