From: Kevin Wasserman Date: Sun, 5 Aug 2012 16:15:28 +0000 (-0400) Subject: Refresh ticket display immediately after renew X-Git-Tag: kfw-4.0-final~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d357d2ff3e3aa5e3c2dabd7a71b780dc7fb2a29;p=thirdparty%2Fkrb5.git Refresh ticket display immediately after renew Set the CLeashApp::m_bUpdateDisplay flag to cause the display to update on the next WM_IDLE message to the main thread. Signed-off-by: Kevin Wasserman (cherry picked from commit c5c528f955e4f6348e8e278cc7f6f65fc3a1a516) ticket: 7331 status: resolved --- diff --git a/src/windows/leash/LeashView.cpp b/src/windows/leash/LeashView.cpp index 51777e4081..c3d45a5735 100644 --- a/src/windows/leash/LeashView.cpp +++ b/src/windows/leash/LeashView.cpp @@ -866,6 +866,8 @@ cleanup: pkrb5_free_context(ctx); if (ccache_name != NULL) free(ccache_name); + + CLeashApp::m_bUpdateDisplay = TRUE; return 0; }