Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16817/src
Modified Files:
display_coverart.c
Log Message:
2007-05-17 P.G. Richardson <phantom_sf at users.sourceforge.net>
* display_coverart.c
Completely forgot compile time errors for
g_hash_table_remove_all so removed glib_version call to ensure
back compilation compatibility.
Index: display_coverart.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display_coverart.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- display_coverart.c 16 May 2007 21:24:50 -0000 1.18
+++ display_coverart.c 17 May 2007 20:06:03 -0000 1.19
@@ -1702,10 +1702,7 @@
tracks = playlist->members;
/* Free up the hash table and the key list */
- if (glib_check_version(2, 12, 0) == NULL)
- g_hash_table_remove_all (album_hash);
- else
- g_hash_table_foreach_remove(album_hash, (GHRFunc)
gtk_true, NULL);
+ g_hash_table_foreach_remove(album_hash, (GHRFunc) gtk_true,
NULL);
g_list_free (album_key_list);
-------------------------------------------------------------------------
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