From f22e7cff58a0360d366ff0b8691833fa88bed89f Mon Sep 17 00:00:00 2001 From: JKlingen Date: Sat, 20 Oct 2012 09:18:53 +0000 Subject: [PATCH] fixed missing oauth token git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2171 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPlugin/Core/OAuthHelper.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/GreenshotPlugin/Core/OAuthHelper.cs b/GreenshotPlugin/Core/OAuthHelper.cs index c107cc215..3d13e7e4d 100644 --- a/GreenshotPlugin/Core/OAuthHelper.cs +++ b/GreenshotPlugin/Core/OAuthHelper.cs @@ -291,8 +291,6 @@ namespace GreenshotPlugin.Core { Exception e = new Exception("The request token is not set"); throw e; } - Token = null; - Verifier = null; LOG.DebugFormat("Opening AuthorizationLink: {0}", authorizationLink); OAuthLoginForm oAuthLoginForm = new OAuthLoginForm(LoginTitle, BrowserSize, authorizationLink, CallbackUrl); oAuthLoginForm.ShowDialog();