Merge lp:~dobey/ubuntuone-control-panel/fix-wmclass into lp:ubuntuone-control-panel

Proposed by dobey
Status: Merged
Approved by: Roberto Alsina
Approved revision: 265
Merged at revision: 265
Proposed branch: lp:~dobey/ubuntuone-control-panel/fix-wmclass
Merge into: lp:ubuntuone-control-panel
Diff against target: 9 lines (+1/-1)
1 file modified
ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-control-panel/fix-wmclass
Reviewer Review Type Date Requested Status
Brian Curtin (community) Approve
Roberto Alsina (community) Approve
Review via email: mp+94442@code.launchpad.net

Commit message

Pass ubuntuone-installer as app name to QApplication to avoid duplication

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1

review: Approve
Revision history for this message
Brian Curtin (brian.curtin) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py'
--- ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py 2012-01-04 11:09:35 +0000
+++ ubuntuone/controlpanel/gui/qt/uniqueapp/linux.py 2012-02-23 19:59:52 +0000
@@ -26,4 +26,4 @@
26 new_instance = QtCore.pyqtSignal()26 new_instance = QtCore.pyqtSignal()
2727
28 def __init__(self, argv, key):28 def __init__(self, argv, key):
29 super(UniqueApplication, self).__init__(argv)29 super(UniqueApplication, self).__init__(['ubuntuone-installer'] + argv)

Subscribers

People subscribed via source and target branches

to all changes: