From dfb9423ca6777d8df6611e1bee2d28879c469e51 Mon Sep 17 00:00:00 2001 From: Ayush Date: Tue, 16 Apr 2013 14:30:36 +0530 Subject: [PATCH] Resolving wartning message in SB Change-Id: I6ca17e6d80935195b3d6c60e1a1840c098fe4d9b Signed-off-by: Ayush --- src/ui/controls/FUiCtrl_SearchBar.cpp | 2 +- src/ui/inc/FUiCtrl_SearchBar.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ui/controls/FUiCtrl_SearchBar.cpp b/src/ui/controls/FUiCtrl_SearchBar.cpp index bfe5571..d8ea2d1 100644 --- a/src/ui/controls/FUiCtrl_SearchBar.cpp +++ b/src/ui/controls/FUiCtrl_SearchBar.cpp @@ -68,6 +68,7 @@ _SearchBar::_SearchBar(void) , __isCancelActionInProgress(false) , __isUserGuideTextColor(false) , __isKeypadOpening(false) + , __isupdateContentBounds(false) , __keypadAction(CORE_KEYPAD_ACTION_SEARCH) , __pBackgroundBitmap(null) , __backgroundColor(Color()) @@ -78,7 +79,6 @@ _SearchBar::_SearchBar(void) , __pTextEvent(null) , __pSearchBarEvent(null) , __pLanguageEvent(null) - , __isupdateContentBounds(false) { for (int i = 0; i < SEARCHBAR_BUTTON_COLOR_MAX; i++) { diff --git a/src/ui/inc/FUiCtrl_SearchBar.h b/src/ui/inc/FUiCtrl_SearchBar.h index 4445e07..141cc52 100644 --- a/src/ui/inc/FUiCtrl_SearchBar.h +++ b/src/ui/inc/FUiCtrl_SearchBar.h @@ -283,7 +283,6 @@ private: _Button* __pCancelButton; _Control* __pContainer; _Control* __pContentControl; - bool __isupdateContentBounds; int __actionId; int __searchBarStyle; @@ -294,7 +293,7 @@ private: bool __isCancelActionInProgress; bool __isUserGuideTextColor; bool __isKeypadOpening; - + bool __isupdateContentBounds; CoreKeypadAction __keypadAction; Tizen::Graphics::Bitmap* __pBackgroundBitmap; -- 2.7.4