shell32: Only notify immediate parent.
This commit is contained in:
parent
fa057686bb
commit
cb99cd331d
|
@ -267,7 +267,7 @@ static BOOL should_notify( LPCITEMIDLIST changed, LPCITEMIDLIST watched, BOOL su
|
|||
return FALSE;
|
||||
if (ILIsEqual( watched, changed ) )
|
||||
return TRUE;
|
||||
if( sub && ILIsParent( watched, changed, FALSE ) )
|
||||
if( sub && ILIsParent( watched, changed, TRUE ) )
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue