From 056e3b33aeca2d8859379f20790699a0d050d99c Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 11 Jun 2007 19:03:14 +0000 Subject: use_remote_keyboard --> remote_keyboard --- setup_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup_menu.c') 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); -- cgit v1.2.3