Merge lp:~bilalakhtar/ubuntu/maverick/software-center/papercut-fix-550955 into lp:ubuntu/maverick/software-center

Proposed by Bilal Akhtar
Status: Merged
Merge reported by: Bilal Akhtar
Merged at revision: not available
Proposed branch: lp:~bilalakhtar/ubuntu/maverick/software-center/papercut-fix-550955
Merge into: lp:ubuntu/maverick/software-center
Diff against target: 26 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
softwarecenter/app.py (+1/-1)
To merge this branch: bzr merge lp:~bilalakhtar/ubuntu/maverick/software-center/papercut-fix-550955
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+30883@code.launchpad.net

Description of the change

This branch fixes bug #550955 .

To post a comment you must log in.
54. By Bilal Akhtar

Merged latest revision from main branch

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-07-27 19:45:53 +0000
3+++ debian/changelog 2010-07-28 03:08:44 +0000
4@@ -1,3 +1,10 @@
5+software-center (2.1.7) maverick; urgency=low
6+
7+ * softwarecenter/app.py:
8+ - Prevent About dialog from being set as modal. (LP: #550955)
9+
10+ -- Bilal Akhtar <bilalakhtar96@yahoo.com> Thu, 15 Jul 2010 18:22:50 +0530
11+
12 software-center (2.1.6) maverick; urgency=low
13
14 [ Kiwinote ]
15
16=== modified file 'softwarecenter/app.py'
17--- softwarecenter/app.py 2010-07-27 19:45:53 +0000
18+++ softwarecenter/app.py 2010-07-28 03:08:44 +0000
19@@ -552,7 +552,7 @@
20
21 def on_menuitem_about_activate(self, widget):
22 self.aboutdialog.set_version(VERSION)
23- self.aboutdialog.set_transient_for(self.window_main)
24+
25 self.aboutdialog.run()
26 self.aboutdialog.hide()
27

Subscribers

People subscribed via source and target branches

to all changes: