Remove global variables
[platform/core/uifw/ise-default.git] / src / ise-language-change.cpp
index 583d7e9..bd60e6c 100644 (file)
@@ -70,7 +70,7 @@ static short int old_ev_y = NOT_USED;
 static int scroller_region_x = NOT_USED;
 static int cw = NOT_USED;
 
-bool lang_popup_on = false;
+static bool lang_popup_on = false;
 
 static Ecore_Event_Handler *_lang_popup_mouse_move_handler = NULL;
 static Evas_Object *win = NULL;