canvas pixbuf fix



i just committed this (it is so obvious) but wanted to post here so
others see it.

this actually fixes the splash-screen-doesn't-draw bug too.

jacob
-- 
"It drains me, and it shakes me, and hurts like hell everytime I play
it, looking out at thousands of people cheering and smiling, oblivious
to the tragedy of it's meaning, like when you're going to have your
dog put down and it's wagging it's tail on the way there." - Thom Yorke
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libgnomecanvas/libgnomecanvas/ChangeLog,v
retrieving revision 1.68
diff -u -r1.68 ChangeLog
--- ChangeLog	2001/09/18 21:32:57	1.68
+++ ChangeLog	2001/09/21 19:51:36
@@ -1,3 +1,9 @@
+2001-09-21  jacob berkman  <jacob ximian com>
+
+	* gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_init): correctly
+	initialize priv->anchor to GTK_ANCHOR_NW (like we say the default
+	is)
+
 Tue Sep 18 17:19:41 2001  Owen Taylor  <otaylor redhat com>
 
 	* gnome-canvas-text.[ch]: Changes to match new PangoFontDescription
Index: gnome-canvas-pixbuf.c
===================================================================
RCS file: /cvs/gnome/libgnomecanvas/libgnomecanvas/gnome-canvas-pixbuf.c,v
retrieving revision 1.21
diff -u -r1.21 gnome-canvas-pixbuf.c
--- gnome-canvas-pixbuf.c	2001/09/14 14:01:07	1.21
+++ gnome-canvas-pixbuf.c	2001/09/21 19:51:36
@@ -257,6 +257,7 @@
 	priv->height = 0.0;
 	priv->x = 0.0;
 	priv->y = 0.0;
+	priv->anchor = GTK_ANCHOR_NW;
 }
 
 /* Destroy handler for the pixbuf canvas item */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]