rotation: fix typo 45/101745/2
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 2 Dec 2016 05:51:57 +0000 (14:51 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Fri, 2 Dec 2016 06:07:40 +0000 (22:07 -0800)
Change-Id: I4ff4eb236dbdc663669f24ae05ceed5cb58f4987

src/rotation/e_mod_rotation_wl.c

index b2591d8..5dae0a0 100644 (file)
@@ -841,7 +841,7 @@ static void
 _e_client_event_client_rotation_change_begin_send(E_Client *ec)
 {
    E_Event_Client_Rotation_Change_Begin *ev = NULL;
-   ev = E_NEW(E_Event_Client_Rotation_Change_End, 1);
+   ev = E_NEW(E_Event_Client_Rotation_Change_Begin, 1);
    if (ev)
      {
         ev->ec = ec;