Modify popup type name
authorJihoon Chung <jihoon.chung@samsung.com>
Fri, 21 Dec 2012 07:02:21 +0000 (16:02 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Wed, 26 Dec 2012 05:18:02 +0000 (14:18 +0900)
[Issue#] N/A
[Problem] Popup isn't closed after select button in the popup
[Cause] Text for widget type is changed
[Solution] Change widget type to "elm_popup"
[SCMRequest] N/A

Change-Id: If2ea0187a98e5010f916ad6cb0fcca92857a77f2

webapp-detail/exceptionsview.cpp

index d65a191..4e2823c 100644 (file)
@@ -39,7 +39,7 @@ const char* const ELM_PART_TEXT_3 = "elm.text.3";
 const char* const ELM_PART_DEFAULT = "default";
 const char* const ELM_PART_BUTTON1 = "button1";
 const char* const ELM_PART_BUTTON2 = "button2";
-const char* const ELM_WIDGET_TYPE_POPUP = "popup";
+const char* const ELM_WIDGET_TYPE_POPUP = "elm_popup";
 const char* const ELM_GENLIST_ITEM_CLASS_STYLE_DEFAULT = "default";
 const char* const ELM_GENLIST_ITEM_CLASS_STYLE_3TEXT_1ICON = "3text.1icon";
 const char* const EVAS_SMART_CALLBACK_CLICKED = "clicked";