Merge lp://staging/~rainct/libzeitgeist/986230 into lp://staging/libzeitgeist
Proposed by
Siegfried Gevatter
Status: | Merged |
---|---|
Merged at revision: | 237 |
Proposed branch: | lp://staging/~rainct/libzeitgeist/986230 |
Merge into: | lp://staging/libzeitgeist |
Diff against target: |
201 lines (+69/-10) 2 files modified
configure.ac (+1/-1) src/zeitgeist-log.c (+68/-9) |
To merge this branch: | bzr merge lp://staging/~rainct/libzeitgeist/986230 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michal Hruby (community) | Needs Fixing | ||
Review via email: mp+102971@code.staging.launchpad.net |
To post a comment you must log in.
There's still one issue left - if the cancellable is cancelled, _finish needs to throw IO_ERROR_CANCELLED even if it wanted to throw the log_error. Ideally we'd just use g_simple_ async_result_ set_check_ cancellable, but that's available only from 2.32, so we need to implement it manually.