SVN revision: 59740
This commit is contained in:
Carsten Haitzler 2011-05-27 16:28:38 +00:00
parent 1990151e7c
commit 88dd45cd07
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ _mixer_popup_timer_new(E_Mixer_Instance *inst)
if (inst->popup)
{
if (inst->popup_timer)
{
{
ecore_timer_del(inst->popup_timer);
inst->popup_timer = ecore_timer_add(1.0, _mixer_popup_timer_cb, inst);
}