Supporting the auto-rotation for the bgset
authorJin Yoon <jinny.yoon@samsung.com>
Thu, 24 Jan 2013 12:10:40 +0000 (21:10 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Thu, 24 Jan 2013 12:10:40 +0000 (21:10 +0900)
Change-Id: Ie33857fd8b0f23e9b52dc2831367a0fa1e77ccb7

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);
        }