Merge lp:~mvo/software-center/lp1043752 into lp:software-center

Proposed by Michael Vogt
Status: Merged
Merged at revision: 3227
Proposed branch: lp:~mvo/software-center/lp1043752
Merge into: lp:software-center
Diff against target: 12 lines (+1/-1)
1 file modified
softwarecenter/ui/gtk3/app.py (+1/-1)
To merge this branch: bzr merge lp:~mvo/software-center/lp1043752
Reviewer Review Type Date Requested Status
software-store-developers Pending
Review via email: mp+128437@code.launchpad.net

Commit message

Fix crash when using a unicode path to open deb file.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/ui/gtk3/app.py'
2--- softwarecenter/ui/gtk3/app.py 2012-10-05 03:35:24 +0000
3+++ softwarecenter/ui/gtk3/app.py 2012-10-08 08:56:22 +0000
4@@ -228,7 +228,7 @@
5 """ stop the dbus controller and remove from the bus """
6 self.remove_from_connection()
7
8- @dbus.service.method('com.ubuntu.SoftwarecenterIFace')
9+ @dbus.service.method('com.ubuntu.SoftwarecenterIFace', utf8_strings=True)
10 def bringToFront(self, args):
11 if args != 'nothing-to-show':
12 self.parent.show_available_packages(args)

Subscribers

People subscribed via source and target branches