From 5637a4879ffe4c7fc7b34bb69b19ec0d47e598d8 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 8 Oct 2010 19:48:32 +0000 Subject: [PATCH] oops, remaining shutdowns that should die. SVN revision: 53201 --- src/bin/ephoto_flow_browser.c | 2 -- src/bin/ephoto_thumb_browser.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/src/bin/ephoto_flow_browser.c b/src/bin/ephoto_flow_browser.c index b434d3a..387d9aa 100644 --- a/src/bin/ephoto_flow_browser.c +++ b/src/bin/ephoto_flow_browser.c @@ -150,8 +150,6 @@ _ephoto_go_update(Ephoto_Flow_Browser *ef) _ephoto_set_title(ef->cur_image); elm_toolbar_item_unselect_all(ef->toolbar); - - efreet_mime_shutdown(); } /*Create the flow browser*/ diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 6162759..86c44f7 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -284,7 +284,6 @@ _ephoto_populate_end_image(void *data) Ephoto_Thumb_Browser *tb = (Ephoto_Thumb_Browser *)data; tb->list = NULL; - efreet_mime_shutdown(); if (em->config->sort_images) { @@ -306,8 +305,6 @@ _ephoto_populate_error(int error, void *data) Ephoto_Thumb_Browser *tb = (Ephoto_Thumb_Browser*)data; /* We don't handle error case in ephoto */ tb->list = NULL; - - efreet_mime_shutdown(); } /* Build the interface component after detection from main thread */