Thanks Azundris

SVN revision: 8670
This commit is contained in:
handyande 2004-01-26 15:27:11 +00:00 committed by handyande
parent c524524dbf
commit ce67dbb02c
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ int ecore_config_deaf(const char *name,const char *key,
return ECORE_CONFIG_ERR_NOTFOUND;
for(p=NULL,l=e->listeners;l;p=l,l=l->next) {
if(!strcmp(l->name,name)||(l->listener==listener)) {
if((name&&!strcmp(l->name,name))||(l->listener==listener)) {
ret=ECORE_CONFIG_ERR_SUCC;
if(!p)
e->listeners=e->listeners->next;