Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
12/16/08 14:30:57 (3 years ago)
Author:
alex
Message:

replaced a wrong moviepath reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/svn_Utilities.ls

    r215 r217  
    25392539   
    25402540  --------------------------------------- 
    2541   if workingFolder <> the moviepath then 
    2542      
    2543     mp = the moviepath 
     2541  if workingFolder <> oldmoviepath then 
     2542     
     2543    mp = oldmoviepath 
    25442544    mplen = length(mp) 
    25452545    olddelim = the itemdelimiter 
     
    26052605  doReturnToOldMovie = 0 
    26062606   
    2607   if (onlyUpdate_SVN_WorkingFolder <> 1) or (the moviepath contains workingFolder) then 
     2607  if (onlyUpdate_SVN_WorkingFolder <> 1) or (oldmoviepath contains workingFolder) then 
    26082608     
    26092609    mDisplayWaitStatusText me, "Temporary switch to new movie in order to replace files" 
     
    26662666   
    26672667  -------- reload the refreshed movie: 
    2668   if the moviepath contains workingFolder then 
     2668  if oldmoviepath contains workingFolder then 
    26692669     
    26702670    -- go to movie the moviepath & the moviename 
     
    27412741  doReturnToOldMovie = 0 
    27422742   
    2743   if (onlyUpdate_SVN_WorkingFolder <> 1) or (the moviepath contains workingFolder) then 
     2743  if (onlyUpdate_SVN_WorkingFolder <> 1) or (oldmoviepath contains workingFolder) then 
    27442744     
    27452745     
     
    27762776     
    27772777    -------- reload the refreshed movie: 
    2778     if the moviepath contains workingFolder then 
     2778    if oldmoviepath contains workingFolder then 
    27792779       
    27802780      -- go to movie the moviepath & the moviename 
     
    27982798    put theresult[1] 
    27992799     
    2800     if doReturnToOldMovie = 1 then go to movie oldmovie 
     2800    if doReturnToOldMovie = 1 then 
     2801     --  put RETURN & "go to movie" && oldmovie & RETURN 
     2802      go to movie oldmovie 
     2803    end if 
    28012804     
    28022805    if dontShowAlert <> 1 then alert "Done, see the results of the svn operation in the message window." 
Note: See TracChangeset for help on using the changeset viewer.