Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19722/src
Modified Files:
display_coverart.c
Log Message:
Changed '//' into '/*' for compatibility.
Index: display_coverart.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display_coverart.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- display_coverart.c 5 May 2007 17:07:43 -0000 1.14
+++ display_coverart.c 6 May 2007 09:31:47 -0000 1.15
@@ -1457,7 +1457,7 @@
/* A track with the same artist and album
already exists in the displaylist so there is no
* need to add it to the displaylist so can
safely ignore its creation
*/
- //cdwidget->block_display_change = FALSE;
+ /* cdwidget->block_display_change = FALSE; */
return;
}
gint i = 0;
@@ -1505,7 +1505,7 @@
if (trkpos == NULL)
{
/* The track is not in the displaylist so who
cares if it has changed! */
- //cdwidget->block_display_change = FALSE;
+ /* cdwidget->block_display_change = FALSE; */
return;
}
@@ -1516,7 +1516,7 @@
coverart_set_images (FALSE);
}
- //cdwidget->block_display_change = FALSE;
+ /* cdwidget->block_display_change = FALSE; */
}
/**
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2