Changeset 571
- Timestamp:
- May 29, 2011, 11:34:39 AM (14 years ago)
- Location:
- branches/guitools-2.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/changes
r570 r571 11 11 - Passive connections/double connection detection does not seem 12 12 to work properly 13 14 Version 2.1.2 2011-05-29 15 - Added: Display some hints about what is going on in the statusbar 16 - Fixed: Do not crash if manually added machines do not allow browsing 13 17 14 18 Version 2.1.1 2011-03-08 -
branches/guitools-2.0/evfsgui/evfsgui.VRP
r570 r571 10 10 VRXWindow: __VREFileListWindow,1,807,11033,1590,3358 11 11 VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794 12 VRXWindow: __VREToolsWindow,1,2517,7082,648 0,166912 VRXWindow: __VREToolsWindow,1,2517,7082,6483,1659 13 13 VRXWindow: __VREWindListWindow,1,542,8721,2650,3150 14 14 UserFile: 1 -
branches/guitools-2.0/shared/smbtree.vrs
r570 r571 230 230 do I = 1 to smbmachine.0 231 231 say ' Going for "'smbmachine.I'"' 232 if VRIsValidObject("DT_STATUSBAR") then ok = VRSet("DT_STATUSBAR","Caption", VRGet("DT_STATUSBAR","Caption")||'.') 232 233 stat = stream(smbmachine.I,'c','open read') 234 233 235 if stat = "READY:" then do /* we found a readable output file */ 234 236 OneWorkGroupOnly = 0 … … 371 373 if UserCred = '-N' then UserCred = '' 372 374 375 if VRIsValidObject("DT_STATUSBAR") then ok = VRSet("DT_STATUSBAR","Caption", "Ready.") 373 376 say time()' _AddSharesDisplay() loop end' 374 377 return
Note:
See TracChangeset
for help on using the changeset viewer.