~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to bin/ubiquity-dm

  • Committer: Colin Watson
  • Date: 2011-03-29 10:51:17 UTC
  • Revision ID: cjwatson@canonical.com-20110329105117-xpr0s9bl6wc5ccnr
Shut down the debconf-communicator instance started in DM.run.  This
should reduce the number of spurious crash reports we get.

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
                                  'utf-8', 'replace')
484
484
            except debconf.DebconfError:
485
485
                pass
 
486
            db.shutdown()
486
487
 
487
488
            if title and message:
488
489
                if self.frontend == 'gtk_ui':