diff options
author | piernov <piernov@piernov.org> | 2011-09-23 21:11:38 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-23 21:11:38 +0200 |
commit | b0290b4d03ab244436ce02d79534878c73d59abf (patch) | |
tree | 52fab134a4a7a4c601c4081217d8e6b1c9a0852c /gdm/patch | |
parent | 394c028a939149d607a52166ea22a93575bb5fd6 (diff) | |
download | gnome3-b0290b4d03ab244436ce02d79534878c73d59abf.tar.gz gnome3-b0290b4d03ab244436ce02d79534878c73d59abf.tar.bz2 gnome3-b0290b4d03ab244436ce02d79534878c73d59abf.tar.xz gnome3-b0290b4d03ab244436ce02d79534878c73d59abf.zip |
gdm 3.1.92-2 màj pam
Diffstat (limited to 'gdm/patch')
-rw-r--r-- | gdm/patch/switch_user.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gdm/patch/switch_user.patch b/gdm/patch/switch_user.patch index e9485dd..754e42c 100644 --- a/gdm/patch/switch_user.patch +++ b/gdm/patch/switch_user.patch @@ -91,7 +91,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-display.c gdm-3.1.90/daemon/gdm-display.c diff -r -u gdm-3.1.90.old//daemon/gdm-greeter-server.c gdm-3.1.90/daemon/gdm-greeter-server.c --- gdm-3.1.90.old//daemon/gdm-greeter-server.c 2011-09-02 17:35:54.665697535 +0200 +++ gdm-3.1.90/daemon/gdm-greeter-server.c 2011-09-02 17:44:04.614674842 +0200 -@@ -344,6 +344,14 @@ +@@ -384,6 +384,14 @@ } void @@ -106,7 +106,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-greeter-server.c gdm-3.1.90/daemon/gdm-gre gdm_greeter_server_request_timed_login (GdmGreeterServer *greeter_server, const char *username, int delay) -@@ -848,6 +856,9 @@ +@@ -901,6 +909,9 @@ " <signal name=\"DefaultSessionNameChanged\">\n" " <arg name=\"session_name\" type=\"s\"/>\n" " </signal>\n" @@ -116,7 +116,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-greeter-server.c gdm-3.1.90/daemon/gdm-gre " <signal name=\"TimedLoginRequested\">\n" " <arg name=\"username\" type=\"s\"/>\n" " <arg name=\"delay\" type=\"i\"/>\n" -@@ -1200,7 +1211,7 @@ +@@ -1253,7 +1264,7 @@ "display id", NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); @@ -314,7 +314,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-simple-slave.c gdm-3.1.90/daemon/gdm-simpl }; static void gdm_simple_slave_class_init (GdmSimpleSlaveClass *klass); -@@ -622,6 +624,16 @@ +@@ -636,6 +638,16 @@ } static void @@ -331,7 +331,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-simple-slave.c gdm-3.1.90/daemon/gdm-simpl on_session_conversation_started (GdmSession *session, const char *service_name, GdmSimpleSlave *slave) -@@ -640,6 +652,19 @@ +@@ -654,6 +666,19 @@ } } @@ -351,7 +351,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-simple-slave.c gdm-3.1.90/daemon/gdm-simpl enabled = FALSE; gdm_slave_get_timed_login_details (GDM_SLAVE (slave), &enabled, &username, &delay); if (! enabled) { -@@ -1523,7 +1548,14 @@ +@@ -1552,7 +1577,14 @@ const GValue *value, GParamSpec *pspec) { @@ -366,7 +366,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-simple-slave.c gdm-3.1.90/daemon/gdm-simpl default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; -@@ -1536,7 +1568,15 @@ +@@ -1565,7 +1597,15 @@ GValue *value, GParamSpec *pspec) { @@ -382,7 +382,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-simple-slave.c gdm-3.1.90/daemon/gdm-simpl default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; -@@ -1573,6 +1613,14 @@ +@@ -1602,6 +1642,14 @@ g_type_class_add_private (klass, sizeof (GdmSimpleSlavePrivate)); @@ -397,7 +397,7 @@ diff -r -u gdm-3.1.90.old//daemon/gdm-simple-slave.c gdm-3.1.90/daemon/gdm-simpl dbus_g_object_type_install_info (GDM_TYPE_SIMPLE_SLAVE, &dbus_glib_gdm_simple_slave_object_info); } -@@ -1608,12 +1656,13 @@ +@@ -1637,12 +1685,13 @@ } GdmSlave * |