Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
d52f5710
Commit
d52f5710
authored
Mar 06, 2009
by
Claes pwr46/data0/x4-6-0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix in directory volume wizard, classvolume was suggested for open instead of rootvolume
parent
10de37ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
2 deletions
+17
-2
wb/exp/com/src/wb_wiz_directoryvolume.pwr_com
wb/exp/com/src/wb_wiz_directoryvolume.pwr_com
+16
-1
wb/mmi/wb/src/wb_wiz_directoryvolume_8.pwg
wb/mmi/wb/src/wb_wiz_directoryvolume_8.pwg
+1
-1
No files found.
wb/exp/com/src/wb_wiz_directoryvolume.pwr_com
View file @
d52f5710
...
@@ -97,6 +97,7 @@ main()
...
@@ -97,6 +97,7 @@ main()
extern string dv_default_vid;
extern string dv_default_vid;
extern string dv_error_message;
extern string dv_error_message;
extern int dv_nomorereg;
extern int dv_nomorereg;
extern string dv_open_volume;
string dv_vid[20];
string dv_vid[20];
string project;
string project;
...
@@ -142,6 +143,7 @@ main()
...
@@ -142,6 +143,7 @@ main()
int first_reg = 1;
int first_reg = 1;
int first_sim = 1;
int first_sim = 1;
string tmp_fname="$pwrp_tmp/wtmp.txt";
string tmp_fname="$pwrp_tmp/wtmp.txt";
int found;
verify(0);
verify(0);
...
@@ -569,11 +571,24 @@ page_4:
...
@@ -569,11 +571,24 @@ page_4:
save/quiet
save/quiet
noedit
noedit
found = 0;
for ( i = 0; i < volcnt; i++)
if ( dv_vol_class[i] == 0)
dv_open_volume = dv_volumes[i];
found = 1;
break;
endif
endfor
if ( !found)
goto exit_now;
endif
SetSubwindow( "wb_wizard_frame", "wizwin", "$pwr_exe/wb_wiz_directoryvolume_8", 1);
SetSubwindow( "wb_wizard_frame", "wizwin", "$pwr_exe/wb_wiz_directoryvolume_8", 1);
if ( dv_quit)
if ( dv_quit)
goto exit_now;
goto exit_now;
endif
endif
open database/volume='dv_
volumes[0]
'
open database/volume='dv_
open_volume
'
exit_now:
exit_now:
CloseGraph("wb_wizard_frame");
CloseGraph("wb_wizard_frame");
...
...
wb/mmi/wb/src/wb_wiz_directoryvolume_8.pwg
View file @
d52f5710
...
@@ -637,7 +637,7 @@ pwr_exe:
...
@@ -637,7 +637,7 @@ pwr_exe:
102 33619964
102 33619964
103 0
103 0
12
12
1200 $ccm.dv_
volumes[0]
##String80
1200 $ccm.dv_
open_volume
##String80
1201 %s
1201 %s
1202 1
1202 1
1203 1
1203 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment