rpms/gtk2/devel greeter-crash.patch,NONE,1.1 gtk2.spec,1.318,1.319

Matthias Clasen mclasen at fedoraproject.org
Fri Sep 5 04:26:45 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21112

Modified Files:
	gtk2.spec 
Added Files:
	greeter-crash.patch 
Log Message:
Fix a greeter crash


greeter-crash.patch:

--- NEW FILE greeter-crash.patch ---
diff -up gtk+-2.14.0/modules/other/gail/gailtreeview.c.greeter-crash gtk+-2.14.0/modules/other/gail/gailtreeview.c
--- gtk+-2.14.0/modules/other/gail/gailtreeview.c.greeter-crash	2008-09-05 00:24:19.000000000 -0400
+++ gtk+-2.14.0/modules/other/gail/gailtreeview.c	2008-09-05 00:24:27.000000000 -0400
@@ -2959,17 +2959,6 @@ model_row_deleted (GtkTreeModel *tree_mo
     g_signal_emit_by_name (atk_obj, "row_deleted", row, 
                            gailview->n_children_deleted + 1);
   gailview->n_children_deleted = 0;
-
-  /* Generate children-changed signals */
-  n_cols = get_n_actual_columns (tree_view);
-  for (col = 0; col < n_cols; col++)
-  {
-    /*
-     * Pass NULL as the child object, 4th argument.
-     */
-    g_signal_emit_by_name (atk_obj, "children_changed::remove",
-                           ((row * n_cols) + col), NULL, NULL);
-  }
 }
 
 /* 


Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -r1.318 -r1.319
--- gtk2.spec	5 Sep 2008 01:05:26 -0000	1.318
+++ gtk2.spec	5 Sep 2008 04:26:15 -0000	1.319
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
@@ -32,6 +32,8 @@
 Patch2: workaround.patch
 # fixed upstream
 Patch3: init-deadlock.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=548782
+Patch4: greeter-crash.patch
 
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -118,6 +120,7 @@
 %patch1 -p1 -b .set-invisible-char-to-bullet
 %patch2 -p1 -b .workaround
 %patch3 -p0 -b .init-deadlock
+%patch4 -p1 -b .greeter-crash
 
 for i in config.guess config.sub ; do
   test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
@@ -301,6 +304,9 @@
 %{_datadir}/gtk-2.0
 
 %changelog
+* Fri Sep  5 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.0-3
+- Fix a greeter crash
+
 * Thu Sep  4 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.0-2
 - Fix a deadlock in pixbuf loader initialization
 




More information about the fedora-extras-commits mailing list