commit 9cb3217b5d1b7dc38f5915224ac96d00365d1c63 Author: phantomjinx <p.g.richard...@phantomjinx.co.uk> Date: Mon Oct 4 21:09:27 2010 +0100
Various small fixes * .gitignore * Ignore COPYING file since its a symlink * configure.in * Cut n paste error in the status output * gp_itdb.h * Aovid compile error in file_itunesdb,c .gitignore | 2 +- configure.in | 2 +- libgtkpod/gp_itdb.h | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index ececc45..f41a4f4 100644 --- a/.gitignore +++ b/.gitignore @@ -70,7 +70,7 @@ cscope.out # links from dev env /data/AUTHORS -/data/LICENCE +/data/COPYING /data/glade/gtkpod.glade.h /data/glade/details_editor.glade /data/glade/coverweb.glade diff --git a/configure.in b/configure.in index 55ed179..51ed464 100644 --- a/configure.in +++ b/configure.in @@ -468,7 +468,7 @@ else echo " CoverWeb Browser .....: No" fi -if [ $HAVE_PLUGIN_COVERWEB ]; then +if [ $HAVE_PLUGIN_MEDIA_PLAYER ]; then echo " Media Player .....: Yes" else echo " Media Player .....: No" diff --git a/libgtkpod/gp_itdb.h b/libgtkpod/gp_itdb.h index 14d48c1..7c621fd 100644 --- a/libgtkpod/gp_itdb.h +++ b/libgtkpod/gp_itdb.h @@ -145,7 +145,9 @@ gboolean gp_track_set_thumbnails (Track *track, const gchar *filename); gboolean gp_track_set_thumbnails_from_data (Track *track, const guchar *image_data, gsize image_data_len); + gboolean gp_track_remove_thumbnails (Track *track); +void gp_track_cleanup_empty_strings (Track *track); Playlist *gp_playlist_new (const gchar *title, gboolean spl); void gp_playlist_add (iTunesDB *itdb, Playlist *pl, gint32 pos); ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2