From d145185d9375ae457e22badd2c976c52e03c0fe7 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Apr 17 2008 14:04:07 +0000 Subject: - Fix typo in previous patch (bug 440686) --- diff --git a/gnome-games-2.22.1.1-fix-icons.patch b/gnome-games-2.22.1.1-fix-icons.patch index 8c26af3..670c241 100644 --- a/gnome-games-2.22.1.1-fix-icons.patch +++ b/gnome-games-2.22.1.1-fix-icons.patch @@ -30,7 +30,7 @@ diff -up gnome-games-2.22.1.1/glchess/src/lib/gtkui/network.py.fix-icons gnome-g - + + if len(self._throbberFrames) == 0: -+ self._throbberframes.append(theme.load_icon('image-missing', size, 0)) ++ self._throbberFrames.append(theme.load_icon('image-missing', size, 0)) + # Display idle frame self._throbberFrame = 0 diff --git a/gnome-games.spec b/gnome-games.spec index b538c75..0552076 100644 --- a/gnome-games.spec +++ b/gnome-games.spec @@ -44,7 +44,7 @@ Summary: GNOME games Name: gnome-games Version: 2.22.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ and GFDL+ Group: Amusements/Games @@ -330,6 +330,9 @@ fi %changelog +* Thu Apr 17 2008 Ray Strode - 1:2.22.1.1-3 +- Fix typo in previous patch (bug 440686) + * Wed Apr 16 2008 Ray Strode - 1:2.22.1.1-2 - Make glchess behave better in case of incomplete icon themes (bug 440686)