- Timestamp:
- Dec 24, 2009, 2:34:07 PM (16 years ago)
- Location:
- branches/guitools-2.0/evfsgui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/evfsgui/changes
r349 r350 7 7 - Added: Provide unexpected.tdb in the installer 8 8 - Fixed: Detect trailing tabs and blanks in the temporary directory 9 - Fixed: A manually added server's workgroup might be unknown in the moment 10 the dialog is populated 9 11 10 12 Version 2.0 beta6 2009-12-12 -
branches/guitools-2.0/evfsgui/evfsgui.VRP
r349 r350 8 8 VRXWindow: __VREMainWindow,1,1072,1783,891,3951 9 9 VRXWindow: __VRESectionListWindow,1,602,11033,11033,3975 10 VRXWindow: __VREToolsWindow,1,1963,819,69 89,165910 VRXWindow: __VREToolsWindow,1,1963,819,6992,1661 11 11 VRXWindow: __VREWindListWindow,1,470,8528,2650,3150 12 12 UserFile: 1 -
branches/guitools-2.0/evfsgui/evfsgui.VRX
r349 r350 956 956 if VRGet("EF_SERVER","value") = ResName then do /* we found the server the field was changed to */ 957 957 /* Workgroup properly */ 958 ok = VRSet("EF_NETWORK", "Value", VRMethod("CN_smbtree","GetRecordAttr",ParentRH,"Caption")) 958 if ParentRH = "" then do 959 ok = VRSet("EF_NETWORK", "Value", "") /* The workgroup might be unknown at this moment */ 960 end 961 else do 962 ok = VRSet("EF_NETWORK", "Value", VRMethod("CN_smbtree","GetRecordAttr",ParentRH,"Caption")) 963 end 959 964 960 965 /* clear shares */
Note:
See TracChangeset
for help on using the changeset viewer.