rpms/gnome-games/devel gnome-games-2.22.1.1-fix-icons.patch, 1.2, 1.3 gnome-games.spec, 1.170, 1.171

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Fri Apr 18 14:03:19 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/gnome-games/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10968

Modified Files:
	gnome-games-2.22.1.1-fix-icons.patch gnome-games.spec 
Log Message:
- Use gtk-missing-image instead of image-missing since a lot of
  icon themes don't have missing-image and gtk-missing-image is
  guaranteed to be available (bug 440686)


gnome-games-2.22.1.1-fix-icons.patch:

Index: gnome-games-2.22.1.1-fix-icons.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games-2.22.1.1-fix-icons.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-games-2.22.1.1-fix-icons.patch	17 Apr 2008 14:04:07 -0000	1.2
+++ gnome-games-2.22.1.1-fix-icons.patch	18 Apr 2008 14:03:08 -0000	1.3
@@ -30,7 +30,7 @@
 -                
 +
 +        if len(self._throbberFrames) == 0:
-+                self._throbberFrames.append(theme.load_icon('image-missing', size, 0))
++                self._throbberFrames.append(theme.load_icon(gtk.STOCK_MISSING_IMAGE, size, 0))
 +
          # Display idle frame
          self._throbberFrame = 0


Index: gnome-games.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- gnome-games.spec	17 Apr 2008 14:04:07 -0000	1.170
+++ gnome-games.spec	18 Apr 2008 14:03:08 -0000	1.171
@@ -44,7 +44,7 @@
 Summary: GNOME games
 Name: gnome-games
 Version: 2.22.1.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL+
 Group: Amusements/Games
@@ -330,6 +330,11 @@
 
 
 %changelog
+* Fri Apr 18 2008 Ray Strode <rstrode at redhat.com> - 1:2.22.1.1-4
+- Use gtk-missing-image instead of image-missing since a lot of
+  icon themes don't have missing-image and gtk-missing-image is
+  guaranteed to be available (bug 440686)
+
 * Thu Apr 17 2008 Ray Strode <rstrode at redhat.com> - 1:2.22.1.1-3
 - Fix typo in previous patch (bug 440686)
 




More information about the fedora-extras-commits mailing list