From b71870c014fd9d37cef8317c91c2a9824c63e09c Mon Sep 17 00:00:00 2001 From: lgao4 Date: Thu, 2 Apr 2009 09:25:40 +0000 Subject: [PATCH] Use UefiLib CreatePopUp API git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8015 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c index 543f896a74..2ab82d25a2 100644 --- a/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c +++ b/MdeModulePkg/Application/PlatOverMngr/PlatOverMngr.c @@ -1268,8 +1268,8 @@ PlatOverMngrCallback ( if (KeyValue == KEY_VALUE_ORDER_SAVE_AND_EXIT) { Status = CommintChanges (Private, KeyValue, FakeNvData); *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT; - if (EFI_ERROR (Status)) { - IfrLibCreatePopUp (1, &Key, L"Single Override Info too large, Saving Error!"); + if (!EFI_ERROR (Status)) { + CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Single Override Info too large, Saving Error!", NULL); return EFI_DEVICE_ERROR; } } -- 2.39.2