Changeset 43

Show
Ignore:
Timestamp:
06/06/08 21:41:48 (6 months ago)
Author:
bi..@lilyapp.org
Message:

another bug fix related to ticket #22

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lily/lily/chrome/content/externals/patcher.js

    r42 r43  
    235235                         
    236236                        var parent_patch = thisPatch.obj.getTopPatch(); //get the top level patch 
    237                         parent_patch.patchController.patchLoaded(thisPtr.objID,thisPatch.obj); //tell the patch we're loaded. 
     237                        setTimeout(function(){ 
     238                                parent_patch.patchController.patchLoaded(thisPtr.objID,thisPatch.obj); //tell the patch we're loaded. 
     239                        },100); 
     240                         
    238241                                                                                                                                                         
    239242                }