summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorHyungdeuk Kim <hd3.kim@samsung.com>2013-04-09 15:05:51 +0900
committerHyungdeuk Kim <hd3.kim@samsung.com>2013-04-09 15:05:51 +0900
commit799d227d19ac183c6d6a44f2ec131ae46695c056 (patch)
tree34d54c2688b464745485941a82184cdf6d03beab /client
parent231c143ff59f6785db0f972f6f9e29512514b435 (diff)
downloadui-gadget-1-799d227d19ac183c6d6a44f2ec131ae46695c056.tar.gz
ui-gadget-1-799d227d19ac183c6d6a44f2ec131ae46695c056.tar.bz2
ui-gadget-1-799d227d19ac183c6d6a44f2ec131ae46695c056.zip
apply latest changes
Diffstat (limited to 'client')
-rwxr-xr-xclient/ug-client.c2
-rw-r--r--client/ug-client.edc2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/ug-client.c b/client/ug-client.c
index 4ea3865..cb09e10 100755
--- a/client/ug-client.c
+++ b/client/ug-client.c
@@ -302,6 +302,8 @@ static int app_terminate(void *data)
LOGD("app_terminate called");
+ evas_object_smart_callback_del(ad->win, "wm,rotation,changed", rotate);
+
ug_destroy_all();
if (ad->ly_main) {
diff --git a/client/ug-client.edc b/client/ug-client.edc
index 398bb77..be0b1b8 100644
--- a/client/ug-client.edc
+++ b/client/ug-client.edc
@@ -22,7 +22,6 @@
collections {
group {
name: "main";
-
parts {
part { name: "background";
type: RECT;
@@ -34,7 +33,6 @@ collections {
color: 0 0 0 255;
}
}
-
part { name: "content";
type: SWALLOW;
description {