Merge lp://staging/~teemperor/libappstore/fix-name-conflicts into lp://staging/libappstore
Proposed by
Raphael Isemann
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~teemperor/libappstore/fix-name-conflicts |
Merge into: | lp://staging/libappstore |
Diff against target: |
34 lines (+3/-3) 2 files modified
lib/AppsManager.vala (+2/-2) lib/DBManager.vala (+1/-1) |
To merge this branch: | bzr merge lp://staging/~teemperor/libappstore/fix-name-conflicts |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
libappstore Developers | Pending | ||
Review via email: mp+215573@code.staging.launchpad.net |
Description of the change
GLib introduced a new "GLib.Task"-class which is in direct conflict with PackageKit.Task, causing build-errors on Isis. This should fix it for the time being.
To post a comment you must log in.
Unmerged revisions
- 52. By Raphael Isemann
-
GLib.Task is now a thing and causes name-conflicts, which is now fixed.