Merge lp://staging/~mhr3/libzeitgeist/fix-986230 into lp://staging/libzeitgeist
Proposed by
Michal Hruby
Status: | Merged |
---|---|
Approved by: | Mikkel Kamstrup Erlandsen |
Approved revision: | 238 |
Merged at revision: | 238 |
Proposed branch: | lp://staging/~mhr3/libzeitgeist/fix-986230 |
Merge into: | lp://staging/libzeitgeist |
Diff against target: |
219 lines (+80/-10) 2 files modified
configure.ac (+1/-1) src/zeitgeist-log.c (+79/-9) |
To merge this branch: | bzr merge lp://staging/~mhr3/libzeitgeist/fix-986230 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mikkel Kamstrup Erlandsen | Approve | ||
Review via email: mp+103845@code.staging.launchpad.net |
Description of the change
Async methods linger indefinitely if getting the dbus proxy right after construction returns an error.
To post a comment you must log in.
60 + else if (priv->log_error)
61 + {
Should there not be a g_clear_error() in this branch?
195 + goto process_ pending_ calls;
Why this? We supposedly don't have a proxy to process the pending calls on?