if qa demo dialog is closed, stop tutorial

SVN revision: 76167
This commit is contained in:
Mike Blumenkrantz 2012-09-05 06:51:30 +00:00
parent 796eba2c93
commit 2d554a2825
1 changed files with 1 additions and 5 deletions

View File

@ -911,11 +911,7 @@ static void
_e_qa_demo_dia_del(void *data __UNUSED__)
{
qa_mod->demo_dia = NULL;
if (qa_mod->help_dia) e_object_del(qa_mod->help_dia);
if (qa_mod->help_timeout)
ecore_timer_reset(qa_mod->help_timeout);
else
qa_mod->help_timeout = ecore_timer_add(20.0, _e_qa_help_timeout, NULL);
_e_qa_help_timeout(NULL);
}
static void