Code review comment for lp:~rodrigo-moya/ubuntuone-client/fix-613219

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

> Hm, right now test does not advance past if syncdaemon is running.
>
> ./test-libsyncdaemon
> ** (/home/rtg/Projects/ubuntuone-client/fix-613219/libsyncdaemon/.libs/lt-
> test-libsyncdaemon:11310): DEBUG: SyncDaemon already running, initializing
> SyncdaemonDaemon object
>
> Test advances only when I shut down and start syncdaemon again.
>
> Also, I can't seem to be able to force nautilus plugin to load public files
> list now even with status change.

right, the "ready" signal was being emitted in the _init function, so callers hadn't connected to the signal yet, so they never got it. Fixed now, so please re-review

« Back to merge proposal