Merge lp:~nataliabidart/ubuntuone-client/make-the-call-please into lp:ubuntuone-client

Proposed by Natalia Bidart
Status: Merged
Approved by: dobey
Approved revision: 1189
Merged at revision: 1189
Proposed branch: lp:~nataliabidart/ubuntuone-client/make-the-call-please
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
bin/ubuntuone-syncdaemon (+1/-1)
To merge this branch: bzr merge lp:~nataliabidart/ubuntuone-client/make-the-call-please
Reviewer Review Type Date Requested Status
dobey (community) Approve
Review via email: mp+92042@code.launchpad.net

Commit message

- Really install the gireactor (LP: #928892).

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubuntuone-syncdaemon'
2--- bin/ubuntuone-syncdaemon 2012-01-26 00:46:08 +0000
3+++ bin/ubuntuone-syncdaemon 2012-02-08 14:50:25 +0000
4@@ -21,7 +21,7 @@
5 if sys.platform != 'win32':
6 try:
7 from twisted.internet import gireactor
8- gireactor.install
9+ gireactor.install()
10 except ImportError:
11 from twisted.internet import glib2reactor
12 glib2reactor.install()

Subscribers

People subscribed via source and target branches