diff options
Diffstat (limited to 'frontend_svr.c')
-rw-r--r-- | frontend_svr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_svr.c b/frontend_svr.c index eb7a2d0e..6f64d31f 100644 --- a/frontend_svr.c +++ b/frontend_svr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_svr.c,v 1.40 2007-05-17 17:04:20 phintuka Exp $ + * $Id: frontend_svr.c,v 1.41 2007-06-11 19:03:14 phintuka Exp $ * */ @@ -1107,7 +1107,7 @@ void cXinelibServer::Handle_Control_KEY(int cli, const char *arg) { TRACE("cXinelibServer received KEY " << buf); - if(!xc.use_remote_keyboard) { + if(!xc.remote_keyboard) { LOGMSG("Handle_Control_KEY(%s): Remote keyboard disabled in config", arg); return; } |