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
f613b27d
Commit
f613b27d
authored
May 13, 2016
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xtt login window argument fix
parent
4a4b355d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sev/exe/sev_xtt/gtk/xtt_tbl_gtk.cpp
sev/exe/sev_xtt/gtk/xtt_tbl_gtk.cpp
+2
-2
wb/exe/wb/gtk/wb_gtk.cpp
wb/exe/wb/gtk/wb_gtk.cpp
+1
-1
No files found.
sev/exe/sev_xtt/gtk/xtt_tbl_gtk.cpp
View file @
f613b27d
...
...
@@ -224,7 +224,7 @@ XttSevHist *XttTblGtk::sevhist_new( pwr_tOid *oidv, pwr_tOName *anamev, pwr_tONa
GtkWidget
*
w
;
return
new
XttSevHistGtk
(
(
void
*
)
this
,
toplevel
,
"Process History"
,
&
w
,
oidv
,
anamev
,
onamev
,
sevhistobjectv
,
sevcli
,
0
,
0
,
0
,
0
,
sts
);
sevhistobjectv
,
sevcli
,
0
,
0
,
0
,
0
,
0
,
sts
);
}
CoLogin
*
XttTblGtk
::
login_new
(
const
char
*
name
,
...
...
@@ -233,7 +233,7 @@ CoLogin *XttTblGtk::login_new( const char *name,
void
(
*
bc_cancel
)(
void
*
),
pwr_tStatus
*
status
)
{
return
new
CoLoginGtk
(
this
,
toplevel
,
name
,
groupname
,
bc_success
,
bc_cancel
,
status
);
return
new
CoLoginGtk
(
this
,
toplevel
,
name
,
groupname
,
bc_success
,
bc_cancel
,
0
,
status
);
}
void
XttTblGtk
::
activate_command
(
GtkWidget
*
w
,
gpointer
data
)
...
...
wb/exe/wb/gtk/wb_gtk.cpp
View file @
f613b27d
...
...
@@ -331,7 +331,7 @@ WbGtk::WbGtk( int argc, char *argv[]) : mainwindow(0)
}
else
if
(
login_display
)
new
CoLoginGtk
(
NULL
,
mainwindow
,
"PwR Login"
,
systemgroup
,
&
Wb
::
login_success
,
&
Wb
::
login_cancel
,
&
sts
);
&
Wb
::
login_success
,
&
Wb
::
login_cancel
,
0
,
&
sts
);
strcpy
(
title
,
"PwR Development "
);
...
...
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