Supporting the auto-rotation for the bgset.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 23 Jan 2013 12:04:42 +0000 (12:04 +0000)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 23 Jan 2013 12:04:42 +0000 (12:04 +0000)
packaging/org.tizen.menu-screen.spec
src/menu_screen.c

index 9196520..abf73c2 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       org.tizen.menu-screen
 Summary:    An utility library of the menu screen
-Version:    1.0.20
+Version:    1.0.21
 Release:    1.1
 Group:      TO_BE/FILLED_IN
 License:    Flora Software License
index 2b4d91b..0ce4d1b 100644 (file)
@@ -222,6 +222,7 @@ static void _create_bg(void)
                        free(buf);
                        return;
                }
+               evas_object_image_load_orientation_set(bg, EINA_TRUE);
                evas_object_data_set(menu_screen_get_win(), "bg", bg);
        }