rpms/gtk2/F-12 zerosize.patch,1.1,1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Oct 21 23:43:39 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gtk2/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15614

Modified Files:
	zerosize.patch 
Log Message:
Fix patch


zerosize.patch:
 gtkicontheme.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Index: zerosize.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gtk2/F-12/zerosize.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- zerosize.patch	21 Oct 2009 23:34:46 -0000	1.1
+++ zerosize.patch	21 Oct 2009 23:43:39 -0000	1.2
@@ -34,7 +34,7 @@ diff -up gtk+-2.18.3/gtk/gtkicontheme.c.
    gpointer key;
  
    g_return_if_fail (icon_name != NULL);
-+  g_return_if_fail (size > 0, NULL);
++  g_return_if_fail (size > 0);
    g_return_if_fail (GDK_IS_PIXBUF (pixbuf));
    
    if (!icon_theme_builtin_icons)




More information about the fedora-extras-commits mailing list