Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nvidia-settings
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian NVIDIA Maintainers
nvidia-settings
Commits
05ab4acd
Commit
05ab4acd
authored
Nov 01, 2017
by
Trupti Pimparkar
Committed by
Aaron Plattner
Jan 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nvidia-gridd : Set default value of EnableUI config parameter to false
parent
635666ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ctkgridlicense.c
src/gtk+-2.x/ctkgridlicense.c
+2
-2
No files found.
src/gtk+-2.x/ctkgridlicense.c
View file @
05ab4acd
...
...
@@ -226,7 +226,7 @@ static NvGriddConfigParams *AllocNvGriddConfigParams(void)
griddConfig
->
str
[
NV_GRIDD_SERVER_ADDRESS
]
=
nvstrdup
(
""
);
griddConfig
->
str
[
NV_GRIDD_SERVER_PORT
]
=
nvstrdup
(
""
);
griddConfig
->
str
[
NV_GRIDD_FEATURE_TYPE
]
=
nvstrdup
(
"0"
);
griddConfig
->
str
[
NV_GRIDD_ENABLE_UI
]
=
nvstrdup
(
"
TRU
E"
);
griddConfig
->
str
[
NV_GRIDD_ENABLE_UI
]
=
nvstrdup
(
"
FALS
E"
);
griddConfig
->
str
[
NV_GRIDD_BACKUP_SERVER_ADDRESS
]
=
nvstrdup
(
""
);
griddConfig
->
str
[
NV_GRIDD_BACKUP_SERVER_PORT
]
=
nvstrdup
(
""
);
...
...
@@ -1227,7 +1227,7 @@ GtkWidget* ctk_manage_grid_license_new(CtrlTarget *target,
griddConfig
=
GetNvGriddConfigParams
();
if
(
griddConfig
&&
(
strcmp
(
griddConfig
->
str
[
NV_GRIDD_ENABLE_UI
],
"
FALSE"
)
=
=
0
))
{
(
strcmp
(
griddConfig
->
str
[
NV_GRIDD_ENABLE_UI
],
"
TRUE"
)
!
=
0
))
{
return
NULL
;
}
...
...
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