Ephoto/Flow Browser: Actually remove this for now.. It is causing some issues because flow browser uses the same client as the thumb browser... If you want larger thumbs for flow browser.. the "hack" to do it now is zoom your thumbs all the way in the thumb browser before going to the flow browser.

SVN revision: 57522
This commit is contained in:
titan 2011-03-04 23:08:47 +00:00 committed by titan
parent 2165411085
commit 53cec34e73
1 changed files with 0 additions and 9 deletions

View File

@ -74,17 +74,8 @@ _flow_browser_image_set(Ephoto_Flow_Browser *efb)
{
Eina_List *prevv, *prev, *next, *nextt;
Ephoto_Entry *pp, *p, *n, *nn, *c;
Ethumb_Client *client;
int i;
client = elm_thumb_ethumb_client_get();
if (!client)
{
DBG("no client yet, try again later");
return;
}
ethumb_client_size_set(client, 512, 512);
prev = eina_list_prev(efb->current_index);
if (!eina_list_data_get(prev))
prev = eina_list_last(efb->items);