summaryrefslogtreecommitdiff
path: root/setup_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup_menu.c')
-rw-r--r--setup_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_menu.c b/setup_menu.c
index d91a9de7..48e81d64 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.28 2007-06-11 17:27:51 phintuka Exp $
+ * $Id: setup_menu.c,v 1.29 2007-06-11 19:03:14 phintuka Exp $
*
*/
@@ -1349,7 +1349,7 @@ void cMenuSetupRemote::Set(void)
&newconfig.listen_port,
0, 0xffff));
Add(new cMenuEditBoolItem(tr(" Remote keyboard"),
- &newconfig.use_remote_keyboard));
+ &newconfig.remote_keyboard));
Add(new cMenuEditBoolItem(tr(" PIPE transport"),
&newconfig.remote_usepipe));
@@ -1450,7 +1450,7 @@ void cMenuSetupRemote::Store(void)
SetupStore("RemoteMode", xc.remote_mode);
SetupStore("Remote.ListenPort", xc.listen_port);
- SetupStore("Remote.Keyboard", xc.use_remote_keyboard);
+ SetupStore("Remote.Keyboard", xc.remote_keyboard);
SetupStore("Remote.UsePipe",xc.remote_usepipe);
SetupStore("Remote.UseTcp", xc.remote_usetcp);