Merge lp:~dobey/ubuntuone-client/better-noconnect into lp:ubuntuone-client
Proposed by
dobey
Status: | Merged |
---|---|
Approved by: | dobey |
Approved revision: | 1408 |
Merged at revision: | 1405 |
Proposed branch: | lp:~dobey/ubuntuone-client/better-noconnect |
Merge into: | lp:ubuntuone-client |
Diff against target: |
139 lines (+51/-53) 2 files modified
ubuntuone/syncdaemon/interaction_interfaces.py (+6/-0) ubuntuone/syncdaemon/main.py (+45/-53) |
To merge this branch: | bzr merge lp:~dobey/ubuntuone-client/better-noconnect |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista (community) | Approve | ||
Review via email: mp+220698@code.launchpad.net |
Commit message
Move the date check into the connect method.
Description of the change
This reverts the changes to main.py from the previous revision, and moves the date check to the connect() method. The previous change does not actually cause the process to exit and results in any code using the DBus API hanging around waiting for the request to time out, for a very long time. Instead, we just always block connections, and allow the syncdaemon to start normally otherwise, so that ubuntuone-
To post a comment you must log in.
Nice!