summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-02-02 05:47:57 +0000
committerArturo Espinosa <unammx@src.gnome.org>2000-02-02 05:47:57 +0000
commit51a0dc303d8c414d86cb0316215192155c628482 (patch)
treebae392db1cc1df7f54a99f20dcc8bb7d7368d90e /gdk-pixbuf
parent4caf4dc7876e81648061b0f37e31fa0c6ddcc4e8 (diff)
downloadgtk+-51a0dc303d8c414d86cb0316215192155c628482.tar.gz
Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com>
2000-02-02 Federico Mena Quintero <federico@helixcode.com> * gdk-pixbuf/io-gif.c (gif_get_lzw): Removed debugging g_print. Thanks to John Sullivan <sullivan@eazel.com> for the patch. * gdk-pixbuf/testpixbuf-drawable.c (configure_cb): Get a new area of the screen when the window is resized. Thanks to David N. Welton <davidw@linuxcare.com> for pointing this out. Misc. cleanups to the rest of the file.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog10
-rw-r--r--gdk-pixbuf/io-gif.c1
2 files changed, 10 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 6bf3725f91..3f74782181 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,13 @@
+2000-02-02 Federico Mena Quintero <federico@helixcode.com>
+
+ * gdk-pixbuf/io-gif.c (gif_get_lzw): Removed debugging g_print.
+ Thanks to John Sullivan <sullivan@eazel.com> for the patch.
+
+ * gdk-pixbuf/testpixbuf-drawable.c (configure_cb): Get a new area
+ of the screen when the window is resized. Thanks to David
+ N. Welton <davidw@linuxcare.com> for pointing this out.
+ Misc. cleanups to the rest of the file.
+
2000-02-01 Federico Mena Quintero <federico@helixcode.com>
* doc/tmpl/rendering.sgml: gnome_init() does not call
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c
index 77ed21263e..fede1baf62 100644
--- a/gdk-pixbuf/io-gif.c
+++ b/gdk-pixbuf/io-gif.c
@@ -664,7 +664,6 @@ gif_get_lzw (GifContext *context)
gint v;
if (context->pixbuf == NULL) {
- g_print ("making a new pixbuf\n");
context->pixbuf = gdk_pixbuf_new (ART_PIX_RGB,
context->gif89.transparent,
8,