Changeset 471 for branches/guitools-2.0/evfsgui
- Timestamp:
 - Jul 2, 2010, 11:59:46 AM (15 years ago)
 - Location:
 - branches/guitools-2.0/evfsgui
 - Files:
 - 
      
- 4 edited
 
- 
          
  changes (modified) (1 diff)
 - 
          
  evfsgui.VRP (modified) (1 diff)
 - 
          
  evfsgui.VRX (modified) (2 diffs)
 - 
          
  evfsgui.VRY (modified) ( previous)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/guitools-2.0/evfsgui/changes
r452 r471 24 24 - Added: "Refresh" menuitem in context menu 25 25 - Fixed: Do not flash during refresh 26 - Fixed: Workaround for uninitialized advance.!alwaysmp 27 - Fixed: Do not crash on bad return value from *RxGetMount() in GetChildren 26 28 27 29 Version 2.0.5 2010-04-23  - 
      
branches/guitools-2.0/evfsgui/evfsgui.VRP
r455 r471 10 10 VRXWindow: __VREFileListWindow,1,807,11033,1506,3358 11 11 VRXWindow: __VRESectionListWindow,1,2361,10648,8696,4794 12 VRXWindow: __VREToolsWindow,1,2517,7082,6 995,165912 VRXWindow: __VREToolsWindow,1,2517,7082,6486,1665 13 13 VRXWindow: __VREWindListWindow,1,542,8721,2650,3150 14 14 UserFile: 1  - 
      
branches/guitools-2.0/evfsgui/evfsgui.VRX
r455 r471 1491 1491 ELSE icon = '#68:PMWP.DLL' 1492 1492 rh = VRMethod('CN_CURRENT', 'AddRecord', parec, 'Last', info.0, icon ) 1493 IF rh == '' THEN RETURN1493 IF rh == '' | datatype(res.0) <> "NUM" THEN RETURN 1494 1494 1495 1495 exc = exc + 1 … … 2696 2696 2697 2697 /* In case the mountpoint was created for this failed operation, it is (optionally) removed again */ 2698 if CreateMP = 0 & \advanced.!alwaysmpthen do2698 if CreateMP = 0 & advanced.!alwaysmp <> 1 then do 2699 2699 dyn ="ok = "fs.!prefix"RxDeleteMountPoint( vfs.!mountpoint )" 2700 2700 interpret dyn  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  