rpms/gdm/F-11 gdm-2.26.1-multistack.patch, 1.2, 1.3 gdm.spec, 1.466, 1.467

Ray Strode rstrode at fedoraproject.org
Tue Apr 28 17:38:44 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6018

Modified Files:
	gdm-2.26.1-multistack.patch gdm.spec 
Log Message:
- fix crash at shutdown


gdm-2.26.1-multistack.patch:

Index: gdm-2.26.1-multistack.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-11/gdm-2.26.1-multistack.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gdm-2.26.1-multistack.patch	22 Apr 2009 14:21:38 -0000	1.2
+++ gdm-2.26.1-multistack.patch	28 Apr 2009 17:38:43 -0000	1.3
@@ -6381,7 +6381,7 @@ index 0f7e44e..e5296a4 100644
  {
          g_debug ("GdmSessionDirect: Worker job exited: %d", code);
  
-+        g_object_ref (conversation);
++        g_object_ref (conversation->job);
          if (!conversation->session->priv->is_authenticated) {
                  char *msg;
  
@@ -6393,7 +6393,7 @@ index 0f7e44e..e5296a4 100644
 +        g_debug ("GdmSessionDirect: Emitting conversation-stopped signal");
 +        _gdm_session_conversation_stopped (GDM_SESSION (conversation->session),
 +                                           conversation->service_name);
-+        g_object_unref (conversation);
++        g_object_unref (conversation->job);
  }
  
  static void
@@ -6401,7 +6401,7 @@ index 0f7e44e..e5296a4 100644
  {
          g_debug ("GdmSessionDirect: Worker job died: %d", signum);
  
-+        g_object_ref (conversation);
++        g_object_ref (conversation->job);
          if (!conversation->session->priv->is_authenticated) {
                  char *msg;
  
@@ -6413,7 +6413,7 @@ index 0f7e44e..e5296a4 100644
 +        g_debug ("GdmSessionDirect: Emitting conversation-stopped signal");
 +        _gdm_session_conversation_stopped (GDM_SESSION (conversation->session),
 +                                           conversation->service_name);
-+        g_object_unref (conversation);
++        g_object_unref (conversation->job);
  }
  
  static GdmSessionConversation *


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-11/gdm.spec,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -p -r1.466 -r1.467
--- gdm.spec	25 Apr 2009 00:55:02 -0000	1.466
+++ gdm.spec	28 Apr 2009 17:38:44 -0000	1.467
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.26.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -385,6 +385,9 @@ fi
 %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
 
 %changelog
+* Tue Apr 28 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-5
+- fix crash at shutdown
+
 * Fri Apr 24 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.26.1-4
 - Make the greeter a well-behaved session client (#495738)
 




More information about the fedora-extras-commits mailing list