Changeset 1026
- Timestamp:
- Jun 6, 2017, 2:56:15 PM (8 years ago)
- Location:
- trunk/guitools/evfsgui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/evfsgui/evfsgui.vrp
r1025 r1026 12 12 VRXWindow: __VREFileListWindow,1,3300,14695,2665,3358 13 13 VRXWindow: __VRESectionListWindow,1,2867,14020,10889,5035 14 VRXWindow: __VREToolsWindow,1,4011,4963,69 92,166914 VRXWindow: __VREToolsWindow,1,4011,4963,6986,1661 15 15 VRXWindow: __VREWindListWindow,1,458,14695,4866,3150 16 16 UserFile: 1 17 17 UserWindow: Main,1 18 UserWindow: SW_SMBTREE,119 18 UserWindow: SW_ACLS,1 -
trunk/guitools/evfsgui/evfsgui.vrx
r1025 r1026 307 307 parse var UserCred '--user='username'%%'password 308 308 UserCred = '--user='username'%'password 309 say" Strip double %%!!!"309 call lineout "debug", " Strip double %%!!!" 310 310 end 311 311 … … 2965 2965 2966 2966 CALL _INILoad 2967 if \VRFileExists(samba.!smbconf)|stream(samba.!smbconf,"c","query size") = 0 then do 2968 call _CreateSmbConf 2969 end 2967 2970 2968 2971 call _TabFix 1 … … 4566 4569 */ 4567 4570 PB_SETTINGS_APPLY_Click: 4571 if options.!debug == 1 then say time()' PB_SETTINGS_APPLY_Click() started' 4568 4572 advanced.!loglevel = VRGet("SPIN_LOG_LEVEL", "Value" ) 4569 4573 advanced.!logfile = VRGet("EF_LOGFILE", "Value" ) … … 4579 4583 options.!storecreds = VRGet("CB_STORECREDS", "Set" ) 4580 4584 options.!debug = VRGet("CB_DEBUG", "Set" ) 4581 4582 4585 if options.!debug == 1 then do /* Turn on additional columns in connection details view */ 4583 4586 ok = VRRedirectStdio("ON") … … 4591 4594 ok = VRMethod("CN_CONDET", "SetFieldAttr", cd.loglevelfh , "Visible", 1) 4592 4595 ok = VRMethod("CN_CONDET", "SetFieldAttr", cd.hashfh , "Visible", 1) 4596 4593 4597 end 4594 4598 else do /* Turn on additional columns in connection details view */ … … 4613 4617 call _LMHostsUpdate 4614 4618 end 4619 4615 4620 if advanced.!smbconfchanged = 1 then do 4616 4621 name_resolve_order = VRGet("SPIN_NRO1","value")' 'VRGet("SPIN_NRO2","value")' 'VRGet("SPIN_NRO3","value")' 'VRGet("SPIN_NRO4","value") … … 4627 4632 end 4628 4633 if options.!storecreds = 0 then call Menu_File_ucCred_Reset_Click 4634 4635 if options.!debug == 1 then say time()' PB_SETTINGS_APPLY_Click() done' 4629 4636 return 4630 4637
Note:
See TracChangeset
for help on using the changeset viewer.