Version update
authorJin Yoon <jinny.yoon@samsung.com>
Thu, 18 Apr 2013 04:05:01 +0000 (13:05 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Thu, 18 Apr 2013 04:05:01 +0000 (13:05 +0900)
data/org.tizen.menu-screen.xml.in
packaging/org.tizen.menu-screen.spec
src/index.c

index 1720dd1..1c03b52 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="1.0.35" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="1.0.36" install-location="internal-only">
        <label>Menu-screen</label>
        <author email="jinny.yoon@samsung.com" href="www.samsung.com">Jin Yoon</author>
        <author email="yjoo93.park@samsung.com" href="www.samsung.com">Youngjoo Park</author>
index 605c092..e023263 100644 (file)
@@ -16,7 +16,7 @@
 
 Name:       org.tizen.menu-screen
 Summary:    An utility library of the menu screen
-Version:    1.0.35
+Version:    1.0.36
 Release:    1.1
 Group:      TO_BE/FILLED_IN
 License:    Flora Software License
index 0ac9f87..cf8b187 100644 (file)
@@ -112,7 +112,7 @@ HAPI Evas_Object *index_update(Evas_Object *layout, Evas_Object *index, unsigned
        Elm_Object_Item *idx_it;
        idx_it = elm_index_selected_item_get(index, 0);
        idx = (int) elm_object_item_data_get(idx_it);
-       
+
        if(count == idx)
        {
                idx--;