'everything'

- trigger show_timer_cb on tab, when the list is not already shown
- whitespaces--


SVN revision: 47853
This commit is contained in:
Hannes Janetzek 2010-04-08 23:41:53 +00:00
parent fdcba0eec1
commit 8ef04a8744
1 changed files with 61 additions and 58 deletions

View File

@ -136,6 +136,8 @@ static Ecore_Timer *_show_timer = NULL;
static int static int
_cb_show_timer(void *data) _cb_show_timer(void *data)
{ {
_show_timer = NULL;
if (evry_conf->views && selector->state) if (evry_conf->views && selector->state)
{ {
Evry_View *view =evry_conf->views->data; Evry_View *view =evry_conf->views->data;
@ -149,8 +151,6 @@ _cb_show_timer(void *data)
_evry_list_win_show(); _evry_list_win_show();
_show_timer = NULL;
return 0; return 0;
} }
@ -1271,6 +1271,9 @@ _evry_selectors_switch(void)
{ {
Evry_State *s = selector->state; Evry_State *s = selector->state;
if (_show_timer)
_cb_show_timer(NULL);
if (selector->update_timer) if (selector->update_timer)
{ {
if ((selector == selectors[0]) || if ((selector == selectors[0]) ||