summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorHyungdeuk Kim <hd3.kim@samsung.com>2013-04-19 11:24:50 +0900
committerHyungdeuk Kim <hd3.kim@samsung.com>2013-04-19 11:24:50 +0900
commit44325d83063d8a47efdbc6e279d3c3ef16732970 (patch)
treea3942f4c4c0cc15e4ede59370e91416eabc6380e /client
parent46b82c6d162cea4d5560c82ae117b6a49b217bf8 (diff)
downloadui-gadget-1-44325d83063d8a47efdbc6e279d3c3ef16732970.tar.gz
ui-gadget-1-44325d83063d8a47efdbc6e279d3c3ef16732970.tar.bz2
ui-gadget-1-44325d83063d8a47efdbc6e279d3c3ef16732970.zip
add ug_send_result_full api for appcontrol ug
Diffstat (limited to 'client')
-rwxr-xr-xclient/ug-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index 052587f..5d6961c 100755
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -189,7 +189,7 @@ static Evas_Object *create_win(const char *name)
elm_win_conformant_set(eo, EINA_TRUE);
evas_object_smart_callback_add(eo, "delete,request",
win_del, NULL);
- /* disable destktop mode
+ /* disable destktop mode
evas_object_smart_callback_add(eo, "profile,changed", profile_changed_cb, NULL); */
ecore_x_window_size_get(ecore_x_window_root_first_get(),
&w, &h);