Ecore evas: Correct function name in magic failure of ecore_evas_rotation_with_resize...
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 22 Oct 2015 05:23:43 +0000 (14:23 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 22 Oct 2015 05:23:43 +0000 (14:23 +0900)
src/lib/ecore_evas/ecore_evas.c

index 1de6dea..d702ccc 100644 (file)
@@ -1317,7 +1317,7 @@ ecore_evas_rotation_with_resize_set(Ecore_Evas *ee, int rot)
    if (!ECORE_MAGIC_CHECK(ee, ECORE_MAGIC_EVAS))
      {
         ECORE_MAGIC_FAIL(ee, ECORE_MAGIC_EVAS,
-                         "ecore_evas_rotation_set");
+                         "ecore_evas_rotation_with_resize_set");
         return;
      }
    rot = rot % 360;