rpms/gdm/devel gdm-2.19.1-reset-pam.patch,1.1,1.2

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon May 21 19:15:24 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gdm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1943

Modified Files:
	gdm-2.19.1-reset-pam.patch 
Log Message:
more display list fixing


gdm-2.19.1-reset-pam.patch:

Index: gdm-2.19.1-reset-pam.patch
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm-2.19.1-reset-pam.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdm-2.19.1-reset-pam.patch	21 May 2007 18:00:19 -0000	1.1
+++ gdm-2.19.1-reset-pam.patch	21 May 2007 19:14:49 -0000	1.2
@@ -146,7 +146,7 @@
  				     FALSE /* chooser */,
  				     NULL, 0, NULL, NULL, NULL);
 +} else if (strcmp (msg, GDM_SOP_CANCEL_LOGIN_REQUESTS) == 0) {
-+		GSList *li;
++		GSList *li, *displays = gdm_daemon_config_get_display_list ();
 +		for (li = displays; li != NULL; li = li->next) {
 +			GdmDisplay *d = li->data;
 +			if (!d->logged_in) {




More information about the fedora-extras-commits mailing list