Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2537/src
Modified Files:
Tag: fetchcover_development_branch
display_coverart.c
Log Message:
Added missing NULL pointer argument to avoid segfault.
Index: display_coverart.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display_coverart.c,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -d -r1.7.2.4 -r1.7.2.5
--- display_coverart.c 1 Apr 2007 21:06:59 -0000 1.7.2.4
+++ display_coverart.c 5 Apr 2007 13:13:04 -0000 1.7.2.5
@@ -1,4 +1,4 @@
-/* Time-stamp: <2007-02-24 15:22:41 jcs>
+/* Time-stamp: <2007-04-05 21:57:13 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -605,7 +605,7 @@
/* Apply the image to the canvas */
gnome_canvas_item_set ( canvasitem,
-
"pixbuf", imgbuf);
+
"pixbuf", imgbuf, NULL);
gtk_container_add (GTK_CONTAINER (GTK_DIALOG(dialog)->vbox),
GTK_WIDGET(canvas));
gdk_pixbuf_unref (imgbuf);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2