Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
>
gdk-pixbuf
> gdk-pixbuf-0.22.0-ico-width.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gdk-pixbuf-0.22.0-ico-width.patch of Package gdk-pixbuf
--- gdk-pixbuf-0.22.0/gdk-pixbuf/io-ico.c.miscfix 2002-09-27 18:19:15.000000000 -0400 +++ gdk-pixbuf-0.22.0/gdk-pixbuf/io-ico.c 2004-03-03 09:30:00.000000000 -0500 @@ -360,7 +360,7 @@ else if (State->Type == 24) State->LineWidth = State->Header.width * 3; else if (State->Type == 16) - State->LineWidth = State->Header.height * 2; + State->LineWidth = State->Header.width * 2; else if (State->Type == 8) State->LineWidth = State->Header.width * 1; else if (State->Type == 4)