Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for loading the same image/thumbnail twice caused loading error. #83

Merged
merged 1 commit into from Feb 14, 2013

Conversation

zchydem
Copy link
Contributor

@zchydem zchydem commented Feb 12, 2013

I'm not sure if this is really a right way to fix this, but at least it fixed the problem. The problem was that if I was trying to load the same thumbnail twice, loading the second time failed.

@zchydem
Copy link
Contributor Author

zchydem commented Feb 13, 2013

You were right! Now it works and the fix is much better.

@@ -262,12 +262,13 @@ void NemoThumbnailItem::updateThumbnail(bool identityChanged)
}

void NemoThumbnailLoader::updateRequest(NemoThumbnailItem *item, bool identityChanged)
{
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should teach your editor to strip trailing whitespace..

special added a commit that referenced this pull request Feb 14, 2013
Bugfix for loading the same image/thumbnail twice caused loading error.
@special special merged commit 0b55744 into nemomobile-graveyard:master Feb 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants