Do not move the notification window to 0, 0 76/80076/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 14 Jul 2016 10:21:42 +0000 (19:21 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 14 Jul 2016 10:27:50 +0000 (19:27 +0900)
notification window couldn't move to wanted location by this code.
I have no idea why it is necessary.

Change-Id: I653a0cee9a49dae1533ca900cc4618814f2c4286

src/e_mod_main.c

index c568165..80cd898 100644 (file)
@@ -548,9 +548,6 @@ _pol_cb_hook_client_eval_post_fetch(void *d EINA_UNUSED, E_Client *ec)
         return;
      }
 
-   if (e_mod_pol_client_is_noti(ec))
-     e_client_util_move_without_frame(ec, 0, 0);
-
    if (!_pol_client_normal_check(ec)) return;
 
    pd = eina_hash_find(hash_pol_desks, &ec->desk);