From bdc94ad3381c32e2f78b47ab7e438d21f4492c65 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 8 Dec 2009 00:06:49 +0000 Subject: [PATCH] Set the ecore_exe tag before we start the timers. SVN revision: 44268 --- src/modules/illume-home/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index d1c976aad..beef975bd 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -526,8 +526,8 @@ _il_home_desktop_run(Il_Home_Win *hwin, Efreet_Desktop *desktop) { char buff[PATH_MAX]; - hwin->timeout = ecore_timer_add(20.0, _il_home_win_cb_timeout, hwin); ecore_exe_tag_set(eins->exe, "illume-home"); + hwin->timeout = ecore_timer_add(20.0, _il_home_win_cb_timeout, hwin); hwin->exes = eina_list_append(hwin->exes, eins); snprintf(buff, sizeof(buff), "Starting %s", desktop->name); hwin->handle = e_busycover_push(busycover, buff, NULL);