Merge lp:~brian.curtin/ubuntuone-control-panel/c2c-loading into lp:ubuntuone-control-panel

Proposed by Brian Curtin
Status: Rejected
Rejected by: Brian Curtin
Proposed branch: lp:~brian.curtin/ubuntuone-control-panel/c2c-loading
Merge into: lp:ubuntuone-control-panel
Diff against target: 15 lines (+3/-2)
1 file modified
ubuntuone/controlpanel/backend.py (+3/-2)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-control-panel/c2c-loading
Reviewer Review Type Date Requested Status
Ubuntu One hackers Pending
Review via email: mp+101246@code.launchpad.net

Commit message

- Skip refreshing of volumes to allow the Cloud to Computer page to work

Description of the change

The refresh_volumes call is not working properly. Removing this call, temporarily, does allow the Cloud to Computer page to function properly to get the release out.

This is a hack but it "works".

To post a comment you must log in.

Unmerged revisions

310. By Brian Curtin

workaround to get cloud-to-computer to load on Windows

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntuone/controlpanel/backend.py'
2--- ubuntuone/controlpanel/backend.py 2012-03-29 21:41:54 +0000
3+++ ubuntuone/controlpanel/backend.py 2012-04-09 15:05:21 +0000
4@@ -605,8 +605,9 @@
5 else:
6 free_bytes = account['quota_total'] - account['quota_used']
7
8- if refresh:
9- yield self.sd_client.refresh_volumes()
10+ # TODO: actually fix this...
11+ #if refresh:
12+ # yield self.sd_client.refresh_volumes()
13
14 root_dir = yield self.sd_client.get_root_dir()
15 shares_dir = yield self.sd_client.get_shares_dir()

Subscribers

People subscribed via source and target branches