Revert "Fix build error due to EFL 1.12 upgrade" 85/40885/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 16 Jan 2015 00:54:39 +0000 (09:54 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 07:24:10 +0000 (16:24 +0900)
It's not necessary change.

Change-Id: Ieefcbc67c5743d5b046a285279754ec9bccf9a7d

src/sclcoreui-efl.cpp

index d69f6ff..4a678b3 100755 (executable)
@@ -441,7 +441,8 @@ sclwindow CSCLCoreUIEFL::create_option_window(SCLOptionWindowType type)
 
     Evas_Object *window = elm_win_util_standard_add("Option window", "Option window");
 
-    elm_win_profile_set (window, "mobile");
+    const char *szProfile[] = {"mobile", ""};
+    elm_win_profiles_set(window, szProfile, 1);
 
     elm_win_borderless_set(window, EINA_TRUE);