From 3f01e7e533f4dcb82c77bd0a638ce951f71fb07e Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 14 Sep 2002 17:10:49 +0000 Subject: fixed my latest change. 2002-09-14 Sven Neumann * gdk/gdkpixbuf-drawable.c: fixed my latest change. --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gdk/gdkpixbuf-drawable.c | 2 +- 7 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5b52c814bd..231e703063 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-14 Sven Neumann + + * gdk/gdkpixbuf-drawable.c: fixed my latest change. + 2002-09-13 Sven Neumann * gdk/gdkpixbuf-drawable.c: use the most significant bits of the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5b52c814bd..231e703063 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2002-09-14 Sven Neumann + + * gdk/gdkpixbuf-drawable.c: fixed my latest change. + 2002-09-13 Sven Neumann * gdk/gdkpixbuf-drawable.c: use the most significant bits of the diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5b52c814bd..231e703063 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2002-09-14 Sven Neumann + + * gdk/gdkpixbuf-drawable.c: fixed my latest change. + 2002-09-13 Sven Neumann * gdk/gdkpixbuf-drawable.c: use the most significant bits of the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5b52c814bd..231e703063 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2002-09-14 Sven Neumann + + * gdk/gdkpixbuf-drawable.c: fixed my latest change. + 2002-09-13 Sven Neumann * gdk/gdkpixbuf-drawable.c: use the most significant bits of the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5b52c814bd..231e703063 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2002-09-14 Sven Neumann + + * gdk/gdkpixbuf-drawable.c: fixed my latest change. + 2002-09-13 Sven Neumann * gdk/gdkpixbuf-drawable.c: use the most significant bits of the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5b52c814bd..231e703063 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2002-09-14 Sven Neumann + + * gdk/gdkpixbuf-drawable.c: fixed my latest change. + 2002-09-13 Sven Neumann * gdk/gdkpixbuf-drawable.c: use the most significant bits of the diff --git a/gdk/gdkpixbuf-drawable.c b/gdk/gdkpixbuf-drawable.c index 042db48781..0259534cb4 100644 --- a/gdk/gdkpixbuf-drawable.c +++ b/gdk/gdkpixbuf-drawable.c @@ -345,7 +345,7 @@ rgb8a (GdkImage *image, remap[xx] = 0xff | (colormap->colors[xx].red & 0xff00) << 16 | (colormap->colors[xx].green & 0xff00) << 8 - | (colormap->colors[xx].blue & 0xff00)); + | (colormap->colors[xx].blue & 0xff00); #endif } -- cgit v1.2.1