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
=== modified file 'debian/changelog'
--- debian/changelog 2010-07-27 19:45:53 +0000
+++ debian/changelog 2010-07-28 03:08:44 +0000
@@ -1,3 +1,10 @@
1software-center (2.1.7) maverick; urgency=low
2
3 * softwarecenter/app.py:
4 - Prevent About dialog from being set as modal. (LP: #550955)
5
6 -- Bilal Akhtar <bilalakhtar96@yahoo.com> Thu, 15 Jul 2010 18:22:50 +0530
7
1software-center (2.1.6) maverick; urgency=low8software-center (2.1.6) maverick; urgency=low
29
3 [ Kiwinote ]10 [ Kiwinote ]
411
=== modified file 'softwarecenter/app.py'
--- softwarecenter/app.py 2010-07-27 19:45:53 +0000
+++ softwarecenter/app.py 2010-07-28 03:08:44 +0000
@@ -552,7 +552,7 @@
552552
553 def on_menuitem_about_activate(self, widget):553 def on_menuitem_about_activate(self, widget):
554 self.aboutdialog.set_version(VERSION)554 self.aboutdialog.set_version(VERSION)
555 self.aboutdialog.set_transient_for(self.window_main)555
556 self.aboutdialog.run()556 self.aboutdialog.run()
557 self.aboutdialog.hide()557 self.aboutdialog.hide()
558558

Subscribers

People subscribed via source and target branches

to all changes: