diff options
Diffstat (limited to 'plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala')
-rw-r--r-- | plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala b/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala index 26af6d1..23de183 100644 --- a/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala +++ b/plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala @@ -91,7 +91,7 @@ namespace Publishing.Authenticator.Shotwell.Flickr { } var response = ""; - var mins = new MemoryInputStream.from_data(response.data, null); + var mins = new MemoryInputStream.from_data(response.data); request.finish(mins, -1, "text/plain"); } } |