Revision: 19267
          http://sourceforge.net/p/edk2/code/19267
Author:   ydong10
Date:     2015-12-15 05:49:14 +0000 (Tue, 15 Dec 2015)
Log Message:
-----------
Rollback change r19245 because it missed one change.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Cecil Sheng <[email protected]>
Reviewed-by: Eric Dong <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/19245

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c

Modified: trunk/edk2/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
===================================================================
--- trunk/edk2/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c    
2015-12-15 05:43:08 UTC (rev 19266)
+++ trunk/edk2/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c    
2015-12-15 05:49:14 UTC (rev 19267)
@@ -2,7 +2,6 @@
 Utility functions for UI presentation.
 
 Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
-(C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>
 This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD 
License
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -2506,13 +2505,10 @@
           //
           if (EFI_ERROR (Status)) {
             //
-            // Cross reference will not be taken, restore all essential field
+            // Cross reference will not be taken
             //
-            Selection->Handle = mCurrentHiiHandle;
-            CopyMem (&Selection->FormSetGuid, &mCurrentFormSetGuid, sizeof 
(EFI_GUID));
-            Selection->FormId = mCurrentFormId;
+            Selection->FormId = Selection->Form->FormId;
             Selection->QuestionId = 0;
-            Selection->Action = UI_ACTION_REFRESH_FORM;
           }
         }
 


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to