If I'm not missing anything here, the cancel response code is not
important.

The rest of the code goes on with this;

        dialog.show_all()
        response = dialog.run()
        dialog.hide()
        if response != self.gtk.RESPONSE_YES:
            self.update_sensitive()
            return

        cleaner = Cleaner(self, crufts, self.pm.get_plugins())
        cleaner.start()

-- 
Ambiguous wording in confirmation alert box
https://bugs.launchpad.net/bugs/349336
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to