Commit fc290775 authored by Mike Gabriel's avatar Mike Gabriel

Keyboard.c: fix comment.

parent bfc05af7
...@@ -870,8 +870,7 @@ XkbError: ...@@ -870,8 +870,7 @@ XkbError:
* when cloning we do not want X2Go to set the keyboard * when cloning we do not want X2Go to set the keyboard
* via a keyboard file generated by nxagent. The defined * via a keyboard file generated by nxagent. The defined
* method for switching that off is the creation of a dir * method for switching that off is the creation of a dir
* instead of a file. Which is achieved by passing NULL to * instead of a file.
* nxagentWriteKeyboardFile.
*/ */
if (nxagentX2go == 1) if (nxagentX2go == 1)
nxagentWriteKeyboardDir(); nxagentWriteKeyboardDir();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment