'everything' fixbug

SVN revision: 47992
This commit is contained in:
Hannes Janetzek 2010-04-13 22:23:56 +00:00
parent 88568ea5b1
commit 743e4a06a7
1 changed files with 11 additions and 11 deletions

View File

@ -760,16 +760,16 @@ _pan_item_select(Evas_Object *obj, Item *it, int scroll)
align = it->y;
}
if (evry_conf->scroll_animate)
{
double now = ecore_time_get();
if (now - sd->last_select < 0.05)
scroll = 0;
sd->last_select = now;
}
else scroll = 0;
/* if (evry_conf->scroll_animate)
* {
* double now = ecore_time_get();
*
* if (now - sd->last_select < 0.05)
* scroll = 0;
*
* sd->last_select = now;
* }
* else scroll = 0; */
if (!scroll)
{
@ -1078,7 +1078,7 @@ _cb_key_down(Evry_View *view, const Ecore_Event_Key *ev)
if (sd->items)
l = eina_list_data_find_list(sd->items, sd->cur_item);
if (!v->mode && !evry_conf->cycle_mode)
if (v->mode == MODE_THUMB && !evry_conf->cycle_mode)
{
if (!strcmp(ev->key, "Right"))
{