- Timestamp:
- Jun 3, 2011, 11:48:20 AM (14 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/changes
r571 r572 12 12 to work properly 13 13 14 Version 2.1.2 2011-0 5-2914 Version 2.1.2 2011-06-03 15 15 - Added: Display some hints about what is going on in the statusbar 16 16 - Fixed: Do not crash if manually added machines do not allow browsing 17 17 - Fixed: Connect in network neighbourhood used selected object instead of 18 source object (eventually resulted in a connection to the wrong 19 share) 20 18 21 Version 2.1.1 2011-03-08 19 22 - Fixed: Finally servers always end up in the proper domain/workgroup -
branches/guitools-2.0/evfsgui/evfsgui.VRP
r571 r572 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 3,165912 VRXWindow: __VREToolsWindow,1,2517,7082,6489,1663 13 13 VRXWindow: __VREWindListWindow,1,542,8721,2650,3150 14 14 UserFile: 1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r566 r572 3097 3097 IF options.!debug == 1 THEN SAY time()' '||"PB_CONNECT_Click started" 3098 3098 3099 ok = VRMethod( "CN_SMBTREE", "GetRecordList", "S elected", "SelRH." )3099 ok = VRMethod( "CN_SMBTREE", "GetRecordList", "SourceOrSelected", "SelRH." ) 3100 3100 3101 3101 if SelRH.0 = 0 then do
Note:
See TracChangeset
for help on using the changeset viewer.