rpms/gdm/devel gdm-2.23.92-fix-crash.patch, NONE, 1.1 gdm.spec, 1.417, 1.418

Ray Strode rstrode at fedoraproject.org
Fri Sep 19 14:11:40 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11065

Modified Files:
	gdm.spec 
Added Files:
	gdm-2.23.92-fix-crash.patch 
Log Message:
- Fix crash from language dialog


gdm-2.23.92-fix-crash.patch:

--- NEW FILE gdm-2.23.92-fix-crash.patch ---
--- gdm-2.23.92/gui/simple-greeter/gdm-option-widget.c	2008-08-26 15:03:59.000000000 -0400
+++ foo/gui/simple-greeter/gdm-option-widget.c	2008-09-19 09:57:30.000000000 -0400
@@ -148,7 +148,8 @@
         model = GTK_TREE_MODEL (widget->priv->list_store);
         item_id = NULL;
 
-        if (widget->priv->active_row == NULL) {
+        if (widget->priv->active_row == NULL ||
+            !gtk_tree_row_reference_valid (widget->priv->active_row)) {
                 return NULL;
         }
 


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- gdm.spec	17 Sep 2008 15:15:09 -0000	1.417
+++ gdm.spec	19 Sep 2008 14:11:10 -0000	1.418
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.23.92
-Release: 8%{?dist}
+Release: 9%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -89,6 +89,7 @@
 Patch6: ssid-leak.patch
 Patch7: gdm-2.23.92-filter-dupes-from-lang-list.patch
 Patch8: gdm-2.23.92-another-locale-fixup.patch
+Patch9: gdm-2.23.92-fix-crash.patch
 
 # Fedora-specific
 Patch99: gdm-2.23.1-fedora-logo.patch
@@ -118,6 +119,7 @@
 %patch6 -p1 -b .ssid-leak
 %patch7 -p1 -b .filter-dupes-from-lang-list
 %patch8 -p1 -b .another-locale-fixup
+%patch9 -p1 -b .fix-crash
 
 %patch99 -p1 -b .fedora-logo
 
@@ -320,6 +322,9 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Fri Sep 19 2008 Ray Strode <rstrode at redhat.com> - 1:2.23.92-9
+- Fix crash from language dialog
+
 * Wed Sep 17 2008 Ray Strode <rstrode at redhat.com> - 1:2.23.92-8
 - canonicalize codeset to match output of locale -m
 - filter duplicates from language list




More information about the fedora-extras-commits mailing list