Changeset 572 for branches


Ignore:
Timestamp:
Jun 3, 2011, 11:48:20 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.1: Fixed: Choosing 'Connect' in network neighbourhood eventually created wrong connection

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

Legend:

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

    r571 r572  
    1212  to work properly
    1313
    14 Version 2.1.2 2011-05-29
     14Version 2.1.2 2011-06-03
    1515- Added: Display some hints about what is going on in the statusbar
    1616- 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           
    1821Version 2.1.1 2011-03-08
    1922- Fixed: Finally servers always end up in the proper domain/workgroup
  • branches/guitools-2.0/evfsgui/evfsgui.VRP

    r571 r572  
    1010VRXWindow: __VREFileListWindow,1,807,11033,1590,3358
    1111VRXWindow: __VRESectionListWindow,1,2674,10648,8696,4794
    12 VRXWindow: __VREToolsWindow,1,2517,7082,6483,1659
     12VRXWindow: __VREToolsWindow,1,2517,7082,6489,1663
    1313VRXWindow: __VREWindListWindow,1,542,8721,2650,3150
    1414UserFile: 1
  • branches/guitools-2.0/evfsgui/evfsgui.VRX

    r566 r572  
    30973097    IF options.!debug == 1 THEN SAY time()' '||"PB_CONNECT_Click started"
    30983098
    3099     ok = VRMethod( "CN_SMBTREE", "GetRecordList", "Selected", "SelRH." )
     3099    ok = VRMethod( "CN_SMBTREE", "GetRecordList", "SourceOrSelected", "SelRH." )
    31003100
    31013101    if SelRH.0 = 0 then do
Note: See TracChangeset for help on using the changeset viewer.