diff options
Diffstat (limited to 'setup_menu.c')
-rw-r--r-- | setup_menu.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/setup_menu.c b/setup_menu.c index 48e81d64..db03d69b 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.29 2007-06-11 19:03:14 phintuka Exp $ + * $Id: setup_menu.c,v 1.30 2007-06-11 19:12:18 phintuka Exp $ * */ @@ -1450,6 +1450,8 @@ void cMenuSetupRemote::Store(void) SetupStore("RemoteMode", xc.remote_mode); SetupStore("Remote.ListenPort", xc.listen_port); + SetupStore("Remote.Iface", xc.remote_local_if); + SetupStore("Remote.LocalIP", xc.remote_local_ip); SetupStore("Remote.Keyboard", xc.remote_keyboard); SetupStore("Remote.UsePipe",xc.remote_usepipe); @@ -1471,9 +1473,6 @@ void cMenuSetupRemote::Store(void) SetupStore("Remote.AllowHttp", xc.remote_use_http); SetupStore("Remote.AllowHttpCtrl", xc.remote_use_http_ctrl); - SetupStore("Remote.Iface", xc.remote_iface); - SetupStore("Remote.LocalIP", xc.remote_address); - cXinelibDevice::Instance().Listen(xc.remote_mode, xc.listen_port); } |