diff audacious/widgets/playlist_list.c @ 1771:630cdcaad7de trunk

[svn] - that should be a lowercase p, not an uppercase one.
author nenolod
date Tue, 03 Oct 2006 10:39:17 -0700
parents 80955c196e11
children 94795106c541
line wrap: on
line diff
--- a/audacious/widgets/playlist_list.c	Mon Oct 02 18:46:02 2006 -0700
+++ b/audacious/widgets/playlist_list.c	Tue Oct 03 10:39:17 2006 -0700
@@ -103,7 +103,7 @@
 	if (in == NULL)
 		return;
 
-	P = gdk_pixmap_new(in, w, h, -1);
+	p = gdk_pixmap_new(in, w, h, -1);
 	gc = gdk_gc_new(p);
 
         gdk_draw_pixmap(p, gc, in, x, y, 0, 0, w, h);