Skip to content

Commit

Permalink
Also fix https for the popup in the photo plugin.
Browse files Browse the repository at this point in the history
Now it fully works.
  • Loading branch information
tackat authored and Torsten Rahn committed Jan 10, 2015
1 parent 686f6e6 commit 1b46f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/render/photo/PhotoPluginItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bool PhotoPluginItem::operator<( const AbstractDataPluginItem *other ) const

QUrl PhotoPluginItem::photoUrl() const
{
QString url = "http://farm%1.static.flickr.com/%2/%3_%4_s.jpg";
QString url = "https://farm%1.static.flickr.com/%2/%3_%4_s.jpg";

return QUrl( url.arg( farm() ).arg( server() ).arg( id() ).arg( secret() ) );
}
Expand Down

0 comments on commit 1b46f2d

Please sign in to comment.