13 lines
766 B
Diff
13 lines
766 B
Diff
|
diff -up gdm-2.22.0/daemon/gdm-server.c.enable-tcp gdm-2.22.0/daemon/gdm-server.c
|
||
|
--- gdm-2.22.0/daemon/gdm-server.c.enable-tcp 2008-06-25 10:03:11.000000000 -0400
|
||
|
+++ gdm-2.22.0/daemon/gdm-server.c 2008-06-25 10:03:14.000000000 -0400
|
||
|
@@ -916,7 +916,7 @@ gdm_server_class_init (GdmServerClass *k
|
||
|
g_param_spec_boolean ("disable-tcp",
|
||
|
NULL,
|
||
|
NULL,
|
||
|
- TRUE,
|
||
|
+ FALSE,
|
||
|
G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||
|
|
||
|
}
|