]> git.ipfire.org Git - thirdparty/krb5.git/commit
Send kfw 'obtain ticket' messages to main frame
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Fri, 15 Jun 2012 02:57:59 +0000 (22:57 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 27 Aug 2012 23:27:36 +0000 (19:27 -0400)
commit591710f6381fae6f578c879c087bc0f7e58f658d
tree158f08abb68948735e9ac028ed181c4fa6383a96
parent47f88283de96e29d0c5cc58631035eb9903b2159
Send kfw 'obtain ticket' messages to main frame

Previous versions of kfw would attempt to send 'obtain tickets' messages
directly to the 'view' window by sending to the first child of the main
frame.  But with the ribbon UI, the ribbon toolbar is now the first child,
so that method no longer works.  Instead we now send the message to the
main frame and the main frame forwards to the active view.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit 648f70f51ce7d130a2ba921c33f6cc152f097440)

ticket: 7273
status: resolved
src/windows/leash/MainFrm.cpp
src/windows/leashdll/lshfunc.c