https://bugzilla.novell.com/show_bug.cgi?id=748332 https://bugzilla.novell.com/show_bug.cgi?id=748332#c1 --- Comment #1 from Slawomir Mroczek <s.mroczek@wasko.pl> 2012-02-24 09:46:01 UTC --- Of course, the patch should look like this: --- /usr/lib/python2.7/site-packages/synaptiks/monitors/mouses.py.old 2012-02-22 12:55:00.000000000 +0100 +++ /usr/lib/python2.7/site-packages/synaptiks/monitors/mouses.py 2012-02-22 12:55:21.000000000 +0100 @@ -175,8 +175,8 @@ Does nothing, if the manager is not running. """ if self.is_running: - self.mousePlugged.disconnect(self._register_mouse) - self.mouseUnplugged.disconnect(self._unregister_mouse) + self.mousePlugged.disconnect.all()(self._register_mouse) + self.mouseUnplugged.disconnect.all()(self._unregister_mouse) if self._resume_monitor: self._resume_monitor.resuming.disconnect(self._reset_registry) self._clear_registry() -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.