On Wed, 2006-01-11 at 21:30 +1100, James Livingston wrote: > On Wed, 2006-01-11 at 10:48 +0100, Luca Ferretti wrote: > > rb-playlist-source.c: In function 'rb_playlist_source_save_playlist': > > rb-playlist-source.c:483: warning: passing argument 3 of > > 'totem_pl_parser_write_with_title' from incompatible pointer type > > make[2]: *** [rb-playlist-source.lo] Error 1 > > make[2]: Leaving directory `/test/cvs/gnome2/rhythmbox/sources' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/test/cvs/gnome2/rhythmbox' > > make: *** [all] Error 2 > > Can you see if changing "playlist_iter_func" to > "(TotemPlParserIterFunc)playlist_iter_func" on that line helps? If so, > I'll fix it in cvs.
The API of TotemPlParserIterFunc has changed this week-end to include a gboolean telling whether the title name is "custom", meaning whether it was deduced from the filename or gathered from a metadata tag/playlist file. --- Bastien Nocera <[EMAIL PROTECTED]> _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
