diff options
author | phintuka <phintuka> | 2006-09-20 06:59:56 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-09-20 06:59:56 +0000 |
commit | b35a18d072f05b8c595f80fbb169b00a356c5023 (patch) | |
tree | 8aab1881f08550ffcf8899d2e7bf5b827ad889d7 | |
parent | bf0251a961b4b049073828bcbbfed886d25685f5 (diff) | |
download | xineliboutput-b35a18d072f05b8c595f80fbb169b00a356c5023.tar.gz xineliboutput-b35a18d072f05b8c595f80fbb169b00a356c5023.tar.bz2 |
Remove host from default X server
-rw-r--r-- | setup_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_menu.c b/setup_menu.c index f8c9c77b..2ebfa23c 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.11 2006-09-20 01:53:50 phintuka Exp $ + * $Id: setup_menu.c,v 1.12 2006-09-20 06:59:56 phintuka Exp $ * */ @@ -989,7 +989,7 @@ void cMenuSetupLocal::Set(void) new cMenuEditStraI18nItem(tr("Driver"), &video_driver, X11_DRIVER_count, xc.s_videoDriverNamesX11)); - strcpy(newconfig.video_port, "127.0.0.1:0.0"); + strcpy(newconfig.video_port, "0.0"); Add(new cMenuEditStrItem(tr("Display address"), newconfig.video_port, 31, DriverNameChars)); |