Merge lp:~dobey/ubuntuone-client/speedy-gonzapplet into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: Rick McBride
Approved revision: 39
Merged at revision: not available
Proposed branch: lp:~dobey/ubuntuone-client/speedy-gonzapplet
Merge into: lp:ubuntuone-client
Diff against target: None lines
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/speedy-gonzapplet
Reviewer Review Type Date Requested Status
Rodrigo Moya (community) Approve
Elliot Murphy (community) Approve
Review via email: mp+7306@code.launchpad.net

Commit message

[r=statik, r=rodrigo-moya] Fix the odd spinning speed changes in the applet

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

Somehow, the applet started getting confused and spinning really fast, when really it shouldn't be. This seems to fix it (Ken says it does anyway).

Revision history for this message
Elliot Murphy (statik) wrote :

+1 on the basis that it's already been tested by Ken, and couldn't possibly be a smaller change to try and fix things.

review: Approve
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubuntuone-client-applet'
2--- bin/ubuntuone-client-applet 2009-06-04 15:17:19 +0000
3+++ bin/ubuntuone-client-applet 2009-06-10 19:12:25 +0000
4@@ -464,7 +464,7 @@
5 if self.__busy and busy:
6 return
7
8- if not busy and self.__busy_id:
9+ if self.__busy_id:
10 gobject.source_remove(self.__busy_id)
11
12 self.__busy = busy

Subscribers

People subscribed via source and target branches