Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ff5740e0
Commit
ff5740e0
authored
Apr 29, 2019
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling fixes
parent
f6177d2a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Options.h
nx-X11/programs/Xserver/hw/nxagent/Options.h
+1
-1
ddxLoad.c
nx-X11/programs/Xserver/xkb/ddxLoad.c
+1
-1
nxdialog
nxdialog/bin/nxdialog
+4
-4
No files found.
nx-X11/programs/Xserver/hw/nxagent/Options.h
View file @
ff5740e0
...
...
@@ -365,7 +365,7 @@ typedef struct _AgentOptions
int
DeferLevel
;
/*
* Max
u
imum elapsed time before a new full
* Maximum elapsed time before a new full
* synchronization.
*/
...
...
nx-X11/programs/Xserver/xkb/ddxLoad.c
View file @
ff5740e0
...
...
@@ -389,7 +389,7 @@ char tmpname[PATH_MAX];
#ifdef __sun
if
(
Pclose
(
out
)
!=
0
)
{
ErrorF
(
"Warning: Spurious failure reported in Pclose() runn
n
ing 'xkbcomp'.
\n
"
);
ErrorF
(
"Warning: Spurious failure reported in Pclose() running 'xkbcomp'.
\n
"
);
}
if
(
1
)
#else
...
...
nxdialog/bin/nxdialog
View file @
ff5740e0
...
...
@@ -180,7 +180,7 @@ def show_yes_no_suspend_box(title, text):
@param title: Message box title
@type text: str
@param text: Message box text
@return: Cho
o
sen action
@return: Chosen action
"""
dlg
=
Gtk
.
MessageDialog
(
type
=
Gtk
.
MessageType
.
QUESTION
,
...
...
@@ -207,7 +207,7 @@ def show_yes_no_box(title, text):
@param title: Message box title
@type text: str
@param text: Message box text
@return: Cho
o
sen action
@return: Chosen action
"""
dlg
=
Gtk
.
MessageDialog
(
type
=
Gtk
.
MessageType
.
QUESTION
,
...
...
@@ -227,12 +227,12 @@ def show_yes_no_box(title, text):
def
handle_session_action
(
agentpid
,
action
):
""" Execute session action cho
o
sen by user.
""" Execute session action chosen by user.
@type agentpid: int
@param agentpid: Nxagent process id as passed by command line
@type action: int or None
@param action: Cho
o
sen action
@param action: Chosen action
"""
...
...
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