Changeset 350 for branches


Ignore:
Timestamp:
Dec 24, 2009, 2:34:07 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI Version 2.0 GA level code fix

Location:
branches/guitools-2.0/evfsgui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/evfsgui/changes

    r349 r350  
    77- Added: Provide unexpected.tdb in the installer
    88- 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
    911
    1012Version 2.0 beta6 2009-12-12
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r349 r350  
    88VRXWindow: __VREMainWindow,1,1072,1783,891,3951
    99VRXWindow: __VRESectionListWindow,1,602,11033,11033,3975
    10 VRXWindow: __VREToolsWindow,1,1963,819,6989,1659
     10VRXWindow: __VREToolsWindow,1,1963,819,6992,1661
    1111VRXWindow: __VREWindListWindow,1,470,8528,2650,3150
    1212UserFile: 1
  • branches/guitools-2.0/evfsgui/evfsgui.VRX

    r349 r350  
    956956        if VRGet("EF_SERVER","value") = ResName then do /* we found the server the field was changed to */
    957957            /* 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
    959964
    960965            /* clear shares */
Note: See TracChangeset for help on using the changeset viewer.