~ubuntu-branches/ubuntu/karmic/software-center/karmic-proposed

« back to all changes in this revision

Viewing changes to softwarecenter/view/dialogs.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-10-20 15:04:14 UTC
  • Revision ID: james.westby@ubuntu.com-20091020150414-vwvq95f9bgbdyjrk
Tags: 1.0.1
* debian/control:
  - update vcs link to lp:~ubuntu-core-dev/software-center/karmic
* softwarecenter/view/dialogs.py:
  - merge fix from Andrew Higginson for modal dialog bug (#455327)
* softwarecenter/view/appdetailsview.py:
  - do not crash if gconfd is not running (LP: #452559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
            expand.add(scroll)
47
47
            expand.show_all()
48
48
            self.get_content_area().pack_start(expand)
 
49
        if parent:
 
50
            self.set_modal(True)
 
51
            self.set_property("skip-taskbar-hint", True)
49
52
 
50
53
def messagedialog(parent=None, 
51
54
                  title="",