Merge lp:~nick-dedekind/unity/lp1043947.cover-art-redraw into lp:unity

Proposed by Nick Dedekind
Status: Merged
Approved by: Omer Akram
Approved revision: no longer in the source branch.
Merged at revision: 2656
Proposed branch: lp:~nick-dedekind/unity/lp1043947.cover-art-redraw
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
unity-shared/CoverArt.cpp (+1/-0)
To merge this branch: bzr merge lp:~nick-dedekind/unity/lp1043947.cover-art-redraw
Reviewer Review Type Date Requested Status
Omer Akram (community) Approve
Marco Trevisan (Treviño) Approve
Review via email: mp+122600@code.launchpad.net

Commit message

Queue redraw after cover-art texture is updated from a url/file source. (LP#1043947)

Description of the change

Queue redraw after cover-art texture is updated from a url/file source. (LP#1043947)

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve
Revision history for this message
Unity Merger (unity-merger) wrote :

The Jenkins job https://jenkins.qa.ubuntu.com/job/automerge-unity/1182/console reported an error when processing this lp:~nick-dedekind/unity/lp1043947.cover-art-redraw branch.
Not merging it.

Revision history for this message
Unity Merger (unity-merger) wrote :

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Revision history for this message
Omer Akram (om26er) wrote :

just for formality.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'unity-shared/CoverArt.cpp'
--- unity-shared/CoverArt.cpp 2012-08-28 10:15:19 +0000
+++ unity-shared/CoverArt.cpp 2012-09-05 08:37:21 +0000
@@ -286,6 +286,7 @@
286 return;286 return;
287 }287 }
288 texture_screenshot_.Adopt(nux::CreateTexture2DFromPixbuf(pixbuf, true));288 texture_screenshot_.Adopt(nux::CreateTexture2DFromPixbuf(pixbuf, true));
289 QueueDraw();
289}290}
290291
291void CoverArt::Draw(nux::GraphicsEngine& gfx_engine, bool force_draw)292void CoverArt::Draw(nux::GraphicsEngine& gfx_engine, bool force_draw)