Add patch from last commit
This commit is contained in:
parent
8416fe0222
commit
e98370225b
12
gdm-2.22.0-enable-tcp.patch
Normal file
12
gdm-2.22.0-enable-tcp.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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));
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user