Revert "Supporting the auto-rotation for the bgset."
authorJin Yoon <jinny.yoon@samsung.com>
Thu, 24 Jan 2013 11:53:12 +0000 (20:53 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Thu, 24 Jan 2013 11:53:12 +0000 (20:53 +0900)
This reverts commit 4d08f69ee8518046ed8171aa6d713aa39c1d847a.

packaging/org.tizen.menu-screen.spec
src/menu_screen.c

index abf73c2df883cec54a864e564407c0e2ffe795bb..91965207f573a2184c5aaa4e4f67b31c32c1be40 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       org.tizen.menu-screen
 Summary:    An utility library of the menu screen
-Version:    1.0.21
+Version:    1.0.20
 Release:    1.1
 Group:      TO_BE/FILLED_IN
 License:    Flora Software License
index 0ce4d1bb0ec9ad6dbabef777665a9c99906b6e6b..2b4d91b0f532654719a9cdaaa236150bfc8dc8c5 100644 (file)
@@ -222,7 +222,6 @@ 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);
        }