Better to listen to the event in e_zone, since the rest of the code is

in e_zone.


SVN revision: 14669
This commit is contained in:
sebastid 2005-05-08 16:43:54 +00:00 committed by sebastid
parent 1b8344e8fe
commit 4684062704
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ e_desk_show(E_Desk *desk)
ev = E_NEW(E_Event_Desk_Show, 1);
ev->desk = desk;
e_object_ref(E_OBJECT(desk));
e_zone_update_flip(desk->zone);
ecore_event_add(E_EVENT_DESK_SHOW, ev, _e_border_event_desk_show_free, NULL);
}