]> Pileus Git - ~andy/gtk/commitdiff
fixed my latest change.
authorSven Neumann <sven@gimp.org>
Sat, 14 Sep 2002 17:10:49 +0000 (17:10 +0000)
committerSven Neumann <neo@src.gnome.org>
Sat, 14 Sep 2002 17:10:49 +0000 (17:10 +0000)
2002-09-14  Sven Neumann  <sven@gimp.org>

* gdk/gdkpixbuf-drawable.c: fixed my latest change.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkpixbuf-drawable.c

index 5b52c814bdfd4d09f806f5f079c29d7b44103ac2..231e7030637d4cc4df68e90f58c99e7afec6b74c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-14  Sven Neumann  <sven@gimp.org>
+
+       * gdk/gdkpixbuf-drawable.c: fixed my latest change.
+
 2002-09-13  Sven Neumann  <sven@gimp.org>
 
        * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
index 5b52c814bdfd4d09f806f5f079c29d7b44103ac2..231e7030637d4cc4df68e90f58c99e7afec6b74c 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-14  Sven Neumann  <sven@gimp.org>
+
+       * gdk/gdkpixbuf-drawable.c: fixed my latest change.
+
 2002-09-13  Sven Neumann  <sven@gimp.org>
 
        * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
index 5b52c814bdfd4d09f806f5f079c29d7b44103ac2..231e7030637d4cc4df68e90f58c99e7afec6b74c 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-14  Sven Neumann  <sven@gimp.org>
+
+       * gdk/gdkpixbuf-drawable.c: fixed my latest change.
+
 2002-09-13  Sven Neumann  <sven@gimp.org>
 
        * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
index 5b52c814bdfd4d09f806f5f079c29d7b44103ac2..231e7030637d4cc4df68e90f58c99e7afec6b74c 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-14  Sven Neumann  <sven@gimp.org>
+
+       * gdk/gdkpixbuf-drawable.c: fixed my latest change.
+
 2002-09-13  Sven Neumann  <sven@gimp.org>
 
        * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
index 5b52c814bdfd4d09f806f5f079c29d7b44103ac2..231e7030637d4cc4df68e90f58c99e7afec6b74c 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-14  Sven Neumann  <sven@gimp.org>
+
+       * gdk/gdkpixbuf-drawable.c: fixed my latest change.
+
 2002-09-13  Sven Neumann  <sven@gimp.org>
 
        * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
index 5b52c814bdfd4d09f806f5f079c29d7b44103ac2..231e7030637d4cc4df68e90f58c99e7afec6b74c 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-14  Sven Neumann  <sven@gimp.org>
+
+       * gdk/gdkpixbuf-drawable.c: fixed my latest change.
+
 2002-09-13  Sven Neumann  <sven@gimp.org>
 
        * gdk/gdkpixbuf-drawable.c: use the most significant bits of the
index 042db48781ad2ce977bee64abf467d37da4be27c..0259534cb469e114166b6128503da4585dc90989 100644 (file)
@@ -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
     }