rpms/gnome-applets/devel gnome-applets-2.18.0-fix-find.patch, NONE, 1.1 gnome-applets.spec, 1.214, 1.215

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 30 21:13:02 UTC 2007


Author: rstrode

Update of /cvs/dist/rpms/gnome-applets/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22509

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-2.18.0-fix-find.patch 
Log Message:
- make gweather applet preferences find feature work slightly
  better (bug 209488)


gnome-applets-2.18.0-fix-find.patch:
 gweather-pref.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

--- NEW FILE gnome-applets-2.18.0-fix-find.patch ---
--- gnome-applets-2.18.0/gweather/gweather-pref.c.fix-find	2007-03-30 14:41:33.000000000 -0400
+++ gnome-applets-2.18.0/gweather/gweather-pref.c	2007-03-30 16:59:27.000000000 -0400
@@ -618,8 +618,10 @@
 
 	if (go_parent) {
 		iter_parent = *iter;
-		if (gtk_tree_model_iter_parent (model, iter, &iter_parent) && gtk_tree_model_iter_next (model, iter)) {
-			return find_location (model, iter, location, TRUE);
+                while (gtk_tree_model_iter_parent (model, iter, &iter_parent)) {
+			if (gtk_tree_model_iter_next (model, iter))
+				return find_location (model, iter, location, TRUE);
+			iter_parent = *iter;
 		}
 	}
 


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- gnome-applets.spec	28 Mar 2007 15:47:41 -0000	1.214
+++ gnome-applets.spec	30 Mar 2007 21:13:00 -0000	1.215
@@ -33,7 +33,7 @@
 Summary:        Small applications for the GNOME panel
 Name:		gnome-applets
 Version:	2.18.0
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -52,6 +52,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=395035
 Patch30:	gnome-applets-2.16.0.1-fix-null-applet.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=424639
+Patch31:        gnome-applets-2.18.0-fix-find.patch
+
 BuildRequires:  glib2-devel >= %{glib2_version}
 BuildRequires:  gtk2-devel >= %{gtk2_version}
 BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
@@ -318,6 +321,10 @@
 %{_libdir}/pkgconfig/gweather.pc
 
 %changelog
+* Fri Mar 30 2007 Ray Strode <rstrode at redhat.com> - 1:2.18.0-4
+- make gweather applet preferences find feature work slightly
+  better (bug 209488)
+
 * Wed Mar 28 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.18.0-3
 - Remove non-XKB support files to save space
 




More information about the fedora-cvs-commits mailing list