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
6a00903a
Commit
6a00903a
authored
Jun 09, 2006
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In command 'build object', options wasn't reset
parent
05487901
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wb/lib/wb/src/wb_wnav_command.cpp
wb/lib/wb/src/wb_wnav_command.cpp
+2
-1
No files found.
wb/lib/wb/src/wb_wnav_command.cpp
View file @
6a00903a
/*
/*
* Proview $Id: wb_wnav_command.cpp,v 1.4
2 2006-05-22 08:20:36
claes Exp $
* Proview $Id: wb_wnav_command.cpp,v 1.4
3 2006-06-09 05:22:08
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
* Copyright (C) 2005 SSAB Oxelsund AB.
*
*
* This program is free software; you can redistribute it and/or
* This program is free software; you can redistribute it and/or
...
@@ -4637,6 +4637,7 @@ static int wnav_build_func( void *client_data,
...
@@ -4637,6 +4637,7 @@ static int wnav_build_func( void *client_data,
menucall
.
WindowContext
=
wnav
->
parent_wid
;
// This is zero for wb_cmd
menucall
.
WindowContext
=
wnav
->
parent_wid
;
// This is zero for wb_cmd
sts
=
(
method
)(
&
menucall
);
sts
=
(
method
)(
&
menucall
);
wnav
->
gbl
.
build
=
stored_opt
;
if
(
EVEN
(
sts
))
{
if
(
EVEN
(
sts
))
{
wnav
->
message
(
' '
,
wnav_get_message
(
sts
));
wnav
->
message
(
' '
,
wnav_get_message
(
sts
));
return
sts
;
return
sts
;
...
...
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