Cannot delete grabbers

Bug #987820 reported by Deepy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Quotient
Fix Committed
Undecided
Unassigned

Bug Description

When trying to delete a grabber I've created I get the following error:

Failure: TypeError: Object <"Instance" of Quotient.Grabber.ScrollingWidget> has no method 'showErrorDialog' caught while calling method "performAction"
Please retry

        Traceback (most recent call last):
          File "/home/alex/divtest/lib/python2.6/site-packages/Nevow-0.10.0-py2.6.egg/nevow/athena.py", line 574, in renderHTTP
            response = self.messageDeliverer.basketCaseReceived(ctx, messageData)
          File "/home/alex/divtest/lib/python2.6/site-packages/Nevow-0.10.0-py2.6.egg/nevow/athena.py", line 869, in basketCaseReceived
            self.livePage.liveTransportMessageReceived(ctx, msg)
          File "/home/alex/divtest/lib/python2.6/site-packages/Nevow-0.10.0-py2.6.egg/nevow/athena.py", line 1452, in liveTransportMessageReceived
            method(ctx, *args)
          File "/home/alex/divtest/lib/python2.6/site-packages/Nevow-0.10.0-py2.6.egg/nevow/athena.py", line 1465, in action_call
            result = defer.maybeDeferred(func, *args, **kwargs)
        --- <exception caught here> ---
          File "/home/alex/divtest/lib/python2.6/site-packages/twisted/internet/defer.py", line 134, in maybeDeferred
            result = f(*args, **kw)
          File "/home/alex/divtest/lib/python2.6/site-packages/xmantissa/scrolltable.py", line 693, in performAction
            return method(item)
          File "/home/alex/divtest/lib/python2.6/site-packages/xquotient/grabber.py", line 849, in action_delete
            grabber.delete()
          File "/home/alex/divtest/lib/python2.6/site-packages/xquotient/grabber.py", line 277, in delete
            self.config.scheduler.unscheduleAll(self)
        exceptions.AttributeError: 'GrabberConfiguration' object has no attribute 'scheduler'

Related branches

Changed in quotient:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.