Changeset 1005


Ignore:
Timestamp:
Jan 9, 2017, 5:19:49 PM (9 years ago)
Author:
Herwig Bauernfeind
Message:

Fix Ticket #281 (Workgroup not saved during initial setup)

Location:
trunk/guitools/sscc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/sscc/sscc.vrp

    r991 r1005  
    44MacroPath: VRM:U:\Develop\Samba\guitools-1.0\install
    55EXEPath:
    6 RunParameters:
     6RunParameters: /install
    77RunDirectory: U:\Develop\Samba\guitools-1.0\install
    88VRXWindow: __VREMainWindow,1,2891,5541,1012,8106
    9 VRXWindow: __VRESectionListWindow,0,1072,11419,12057,7155
     9VRXWindow: __VRESectionListWindow,1,1421,14791,12129,4541
    1010VRXWindow: __VREToolsWindow,0,4031,11708,6992,1669
    1111VRXWindow: __VREWindListWindow,1,867,10166,3891,3150
    1212UserFile: 1
    1313UserWindow: Main,1
     14UserWindow: Installer,1
  • trunk/guitools/sscc/sscc.vrx

    r1004 r1005  
    12731273        section       = '[global]'
    12741274        call lineout smbconf, section
    1275         call lineout smbconf, Indent||'workgroup = WORKGROUP'
     1275        call lineout smbconf, Indent||'workgroup = 'workgroup
    12761276        call lineout smbconf, Indent||'netbios name = 'value('HOSTNAME',,'OS2ENVIRONMENT')
    12771277        call lineout smbconf, Indent||'server string = %h Samba Server for eCS (OS/2)'
     
    27352735Menu_File_reset_Click:
    27362736    say "Menu_File_reset_Click() started"
     2737    workgroup = "WORKGROUP"
    27372738    call _SmbConfCreateDefault
    27382739    ok = SysFileTree(smbconf,exist.,'FO')
     
    30023003    end
    30033004
     3005    workgroup = VRGet("EF_WORKGROUP","Value")
    30043006    call _SmbConfCreateDefault
    30053007    /* call _Smb35Init */
Note: See TracChangeset for help on using the changeset viewer.