Merge lp:~victored/pantheon-notify/lp-991557 into lp:pantheon-notify
Proposed by
Victor Martinez
Status: | Merged |
---|---|
Merged at revision: | 26 |
Proposed branch: | lp:~victored/pantheon-notify/lp-991557 |
Merge into: | lp:pantheon-notify |
Diff against target: |
69 lines (+24/-21) 1 file modified
src/notification.vala (+24/-21) |
To merge this branch: | bzr merge lp:~victored/pantheon-notify/lp-991557 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tom Beckmann (community) | Approve | ||
Review via email:
|
Commit message
Properly load image corresponding to "image_data". Also add support for "image-data" since the former has been deprecated. Fixes lp:991557
Description of the change
Properly load image corresponding to "image_data". Also add support for "image-data" since the former has been deprecated. Fixes lp:991557
To post a comment you must log in.
Awesome!!! Finally this bug is solved, I cannot thank you enough!
I had to set the size of 48px on the GtkClutterTexture manually here on 13.04 in order to make the image show up, not sure why, now it's working perfectly. Anyway, I will push this fix right after I merged this awesomeness.