rpms/gtk2/devel fix-file-chooser-button.patch, NONE, 1.1 gtk2.spec, 1.331, 1.332

Matthias Clasen mclasen at fedoraproject.org
Wed Oct 8 06:00:35 UTC 2008


Author: mclasen

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

Modified Files:
	gtk2.spec 
Added Files:
	fix-file-chooser-button.patch 
Log Message:
fix a problem with file chooser buttons


fix-file-chooser-button.patch:

--- NEW FILE fix-file-chooser-button.patch ---
diff -up gtk+-2.14.3/gtk/gtkfilechooserdefault.c.fix-file-chooser-button gtk+-2.14.3/gtk/gtkfilechooserdefault.c
--- gtk+-2.14.3/gtk/gtkfilechooserdefault.c.fix-file-chooser-button	2008-10-08 01:57:49.000000000 -0400
+++ gtk+-2.14.3/gtk/gtkfilechooserdefault.c	2008-10-08 01:58:21.000000000 -0400
@@ -6906,10 +6906,10 @@ update_current_folder_get_info_cb (GCanc
 	g_object_unref (impl->current_folder);
 
       impl->current_folder = g_object_ref (data->file);
-
-      impl->reload_state = RELOAD_HAS_FOLDER;
     }
 
+  impl->reload_state = RELOAD_HAS_FOLDER;
+
   /* Update the widgets that may trigger a folder change themselves.  */
 
   if (!impl->changing_folder)


Index: gtk2.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk2/devel/gtk2.spec,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- gtk2.spec	4 Oct 2008 03:11:00 -0000	1.331
+++ gtk2.spec	8 Oct 2008 06:00:04 -0000	1.332
@@ -16,7 +16,7 @@
 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
 Name: gtk2
 Version: %{base_version}
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2
@@ -34,6 +34,8 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=554950
 Patch3: gail-make-resident.patch
 
+Patch4: fix-file-chooser-button.patch
+
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -120,6 +122,7 @@
 %patch1 -p1 -b .set-invisible-char-to-bullet
 %patch2 -p1 -b .workaround
 %patch3 -p1 -b .gail-make-resident
+%patch4 -p1 -b .fix-file-chooser-button
 
 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
+* Wed Oct  8 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.3-6
+- Fix a problem with file chooser buttons
+
 * Fri Oct  3 2008 Matthias Clasen <mclasen at redhat.com> - 2.14.3-5
 - Prevent unloading of the gail module
 




More information about the scm-commits mailing list