oops, remaining shutdowns that should die.

SVN revision: 53201
This commit is contained in:
Gustavo Sverzut Barbieri 2010-10-08 19:48:32 +00:00
parent 2e88dacb27
commit 5637a4879f
2 changed files with 0 additions and 5 deletions

View File

@ -150,8 +150,6 @@ _ephoto_go_update(Ephoto_Flow_Browser *ef)
_ephoto_set_title(ef->cur_image); _ephoto_set_title(ef->cur_image);
elm_toolbar_item_unselect_all(ef->toolbar); elm_toolbar_item_unselect_all(ef->toolbar);
efreet_mime_shutdown();
} }
/*Create the flow browser*/ /*Create the flow browser*/

View File

@ -284,7 +284,6 @@ _ephoto_populate_end_image(void *data)
Ephoto_Thumb_Browser *tb = (Ephoto_Thumb_Browser *)data; Ephoto_Thumb_Browser *tb = (Ephoto_Thumb_Browser *)data;
tb->list = NULL; tb->list = NULL;
efreet_mime_shutdown();
if (em->config->sort_images) if (em->config->sort_images)
{ {
@ -306,8 +305,6 @@ _ephoto_populate_error(int error, void *data)
Ephoto_Thumb_Browser *tb = (Ephoto_Thumb_Browser*)data; Ephoto_Thumb_Browser *tb = (Ephoto_Thumb_Browser*)data;
/* We don't handle error case in ephoto */ /* We don't handle error case in ephoto */
tb->list = NULL; tb->list = NULL;
efreet_mime_shutdown();
} }
/* Build the interface component after detection from main thread */ /* Build the interface component after detection from main thread */