there we go.. fix fix

SVN revision: 5733
This commit is contained in:
Carsten Haitzler 2001-11-25 12:40:08 +00:00
parent 7df33c208a
commit f6b9e19fce
1 changed files with 2 additions and 0 deletions

View File

@ -2400,6 +2400,8 @@ e_view_bg_change(E_View *v, char *file)
D_ENTER;
if (!(!strcmp(file, ".e_background.bg.db"))) return;
IF_FREE(v->prev_bg_file);
e_strdup(v->prev_bg_file, "");
sprintf(buf, "background_reload:%s", v->dir);
ecore_add_event_timer(buf, 0.5, e_view_bg_reload_timeout, 0, v);