svn rev #20033: trunk/src/windows/identity/ui/

jaltman@MIT.EDU jaltman at MIT.EDU
Mon Oct 1 01:31:03 EDT 2007


Commit By: jaltman
Log Message: 
ticket: 5782

When Network Identity Manager starts, the credentials display
enumerates known identities and displays them if necessary.  However,
as plug-ins load and the list of known identities, their properties
and credentials change, the order of the displayed list will also
change.

The existing code does not deal well in respect to tracking the
current selection when the list of identities and credentials change.
This results in inconsistent behavior where the identity that was
originally at the top of the list maintains its selection state while
the identity at the top of the list after all the plug-ins have loaded
will receive focus.

This patch fixes this problem by explicitly setting focus and
selection to the identity or credential at the current cursor location
following a change in the credentials list.




Changed Files:
U   trunk/src/windows/identity/ui/credwnd.c



More information about the cvs-krb5 mailing list