Fix for P130911-00904
authorAyush <ayush.sriv@samsung.com>
Thu, 12 Sep 2013 06:05:51 +0000 (11:35 +0530)
committerAyush <ayush.sriv@samsung.com>
Thu, 12 Sep 2013 06:05:51 +0000 (11:35 +0530)
Change-Id: Ie833f64400c374019975d6e2a84dd2b38792b9c4
Signed-off-by: Ayush <ayush.sriv@samsung.com>
src/ui/controls/FUiCtrl_SearchBarImpl.cpp

index e1be7aa..08a2c21 100644 (file)
@@ -163,6 +163,7 @@ _SearchBarImpl::CreateSearchBarImplFN(SearchBar* pControl, const FloatRectangle&
        return pImpl;
 CATCH:
        delete pImpl;
+       SetLastResult(r);
        return null;
 }