~ubuntu-branches/ubuntu/karmic/computer-janitor/karmic

« back to all changes in this revision

Viewing changes to computerjanitorapp/app.py

  • Committer: Bazaar Package Importer
  • Author(s): Lars Wirzenius
  • Date: 2009-04-01 17:20:45 UTC
  • Revision ID: james.westby@ubuntu.com-20090401172045-4294cb4j336gilo6
Tags: 1.12.1-0ubuntu2
* Fix gettext translation domain to be "computerjanitor" everywhere.
  (Closes: LP: #344704)
* Fix NameError crash when closing an error dialog. Can't reproduce
  this, but I suspect it is some kind of weird race condition with
  threads and GTK+. (Closes: LP: #335828)
* Fix typo on computerjanitorapp/app.py's help text for --no-act.
* When a cruft is selected, scroll it into view after the label has
  been updated with the description. (Closes: LP: #349653)
* plugins/unsupported_plugin.py: Don't mark as cruft stuff that has
  installed reverse dependencies. (Closes: LP: #345939)
* data/computer-janitor.desktop.in: Use the right translation
  domain. (Closes: LP: #352770)

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
 
129
129
        parser.add_option("--no-act", action="store_true",
130
130
                          help=_("Don't actually remove anything, just "
131
 
                                 "to do so. This is useful for testing "
132
 
                                 "stuff."))
 
131
                                 "pretend to do so. This is useful for "
 
132
                                 "testing stuff."))
133
133
 
134
134
        parser.add_option("--verbose", action="store_true",
135
135
                          help=_("Verbose operation: make find show an "