Merge lp:~facundo/magicicada-client/changes-for-xenial into lp:magicicada-client

Proposed by Facundo Batista
Status: Merged
Approved by: Natalia Bidart
Approved revision: 1422
Merged at revision: 1422
Proposed branch: lp:~facundo/magicicada-client/changes-for-xenial
Merge into: lp:magicicada-client
Diff against target: 37 lines (+4/-2)
3 files modified
dependencies-devel.txt (+0/-1)
dependencies.txt (+2/-0)
ubuntuone/platform/launcher/linux.py (+2/-1)
To merge this branch: bzr merge lp:~facundo/magicicada-client/changes-for-xenial
Reviewer Review Type Date Requested Status
Natalia Bidart Approve
Review via email: mp+300012@code.launchpad.net

Commit message

Better dependencies list and small fix in the code.

Description of the change

Better dependencies list and small fix in the code.

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'dependencies-devel.txt'
--- dependencies-devel.txt 2016-05-29 20:12:25 +0000
+++ dependencies-devel.txt 2016-07-13 22:18:54 +0000
@@ -1,6 +1,5 @@
1bzr1bzr
2make2make
3python-distutils-extra
4python-flake83python-flake8
5python-mocker4python-mocker
6python-virtualenv5python-virtualenv
76
=== modified file 'dependencies.txt'
--- dependencies.txt 2016-05-29 20:12:25 +0000
+++ dependencies.txt 2016-07-13 22:18:54 +0000
@@ -2,6 +2,8 @@
2gir1.2-soup-2.42gir1.2-soup-2.4
3protobuf-compiler3protobuf-compiler
4python-configglue4python-configglue
5python-dirspec
6python-distutils-extra
5python-gi7python-gi
6python-httplib28python-httplib2
7python-protobuf9python-protobuf
810
=== modified file 'ubuntuone/platform/launcher/linux.py'
--- ubuntuone/platform/launcher/linux.py 2016-05-29 00:50:05 +0000
+++ ubuntuone/platform/launcher/linux.py 2016-07-13 22:18:54 +0000
@@ -43,7 +43,8 @@
43 """The launcher icon."""43 """The launcher icon."""
4444
45 def __init__(self):45 def __init__(self):
46 self.entry = Unity.LauncherEntry.get_for_desktop_id(U1_DOTDESKTOP)46 self.entry = Unity.LauncherEntry.get_for_desktop_id(
47 CONTROLPANEL_DOTDESKTOP)
4748
48 def show_progressbar(self):49 def show_progressbar(self):
49 """Show the progress bar."""50 """Show the progress bar."""

Subscribers

People subscribed via source and target branches

to all changes: