From 86ec7cada8d3253d4c53edd2cafa1ce147f99fc9 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 4 May 2014 17:21:44 +1000 Subject: Oops, reverse the order of these deletions. --- src/extantz/extantz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index a9e5f3e..54caf82 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c @@ -448,9 +448,9 @@ EAPI_MAIN int elm_main(int argc, char **argv) { Evas_3D_Demo_fini(&ourGlobals); eo_unref(ourGlobals.tb); - fang_win_del(&ourGlobals, woMan); - fang_win_del(&ourGlobals, chat); fang_win_del(&ourGlobals, files); + fang_win_del(&ourGlobals, chat); + fang_win_del(&ourGlobals, woMan); eo_unref(ourGlobals.bx); evas_object_del(ourGlobals.win); } -- cgit v1.1