Merge lp://staging/~khurshid-alam/unity-control-center/info-panel-fix into lp://staging/unity-control-center
Proposed by
Khurshid Alam
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Sebastien Bacher | ||||
Approved revision: | 12920 | ||||
Merged at revision: | 12920 | ||||
Proposed branch: | lp://staging/~khurshid-alam/unity-control-center/info-panel-fix | ||||
Merge into: | lp://staging/unity-control-center | ||||
Diff against target: |
54 lines (+28/-4) 1 file modified
panels/info/cc-info-panel.c (+28/-4) |
||||
To merge this branch: | bzr merge lp://staging/~khurshid-alam/unity-control-center/info-panel-fix | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sebastien Bacher | Approve | ||
Review via email: mp+364613@code.staging.launchpad.net |
Commit message
info: Fix crashes when retrieving disk size
The panel crashes against glib >= 2.59.2 because GUnixMountPoint is by mistake used as GUnixMountEntry.
See https:/
To post a comment you must log in.
looks fine indeed