From e4d064eef9d950ef3aae3b77c145ffae3a865839 Mon Sep 17 00:00:00 2001 From: "sunil85.kim" Date: Mon, 8 Apr 2013 14:37:00 +0900 Subject: [PATCH] Initialized rotate status value --- debian/changelog | 10 +++++++++- packaging/wifi-efl-ug.spec | 2 +- sources/wifi-syspopup/wifi-syspopup.c | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index aab79ec..cd4f185 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ wifi-efl-ug (0.5.2-6) precise; urgency=low + * Initialized rotate status value + * Git: magnolia/apps/home/ug-wifi-efl + * Tag: wifi-efl-ug_0.5.2-6 + + -- sunil85.kim Mon, 08 Apr 2013 14:36:00 +0900 + +wifi-efl-ug (0.5.2-6) precise; urgency=low + * Add managed idler & Fix build warnings * Git: magnolia/apps/home/ug-wifi-efl * Tag: wifi-efl-ug_0.5.2-5 - -- sunil85.kim Tue, 26 Mar 2013 12:22:31 +0900 + -- sunil85.kim Mon, 08 Apr 2013 14:35:54 +0900 wifi-efl-ug (0.5.2-5) precise; urgency=low diff --git a/packaging/wifi-efl-ug.spec b/packaging/wifi-efl-ug.spec index 4d1e312..15c52a6 100644 --- a/packaging/wifi-efl-ug.spec +++ b/packaging/wifi-efl-ug.spec @@ -1,6 +1,6 @@ Name: wifi-efl-ug Summary: Wi-Fi UI Gadget -Version: 0.5.2_6 +Version: 0.5.2_7 Release: 1 Group: App/Network License: Flora License diff --git a/sources/wifi-syspopup/wifi-syspopup.c b/sources/wifi-syspopup/wifi-syspopup.c index 12188f3..a166c3d 100644 --- a/sources/wifi-syspopup/wifi-syspopup.c +++ b/sources/wifi-syspopup/wifi-syspopup.c @@ -125,7 +125,7 @@ static Eina_Bool __rotate(void *data, int type, void *event) struct wifi_object *ad = data; Ecore_X_Event_Client_Message *ev = event; int visible_area_width, visible_area_height; - int rotate_angle; + int rotate_angle = 0; Evas_Object *box = NULL; -- 2.7.4