Mercurial > audlegacy
changeset 2110:ead7be311038 trunk
[svn] - specifically define this as a table
author | nenolod |
---|---|
date | Tue, 12 Dec 2006 19:15:23 -0800 |
parents | 27e0fe4de57e |
children | 82a6284108c1 |
files | ChangeLog audacious/plugin.h |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Dec 12 18:39:35 2006 -0800 +++ b/ChangeLog Tue Dec 12 19:15:23 2006 -0800 @@ -1,3 +1,12 @@ +2006-12-13 02:39:35 +0000 William Pitcock <nenolod@nenolod.net> + revision [3223] + - preferences pane option for extension-based detection + + trunk/audacious/glade/prefswin.glade | 127 ++++++++++++++++++++++------------- + trunk/audacious/prefswin.c | 16 ++++ + 2 files changed, 97 insertions(+), 46 deletions(-) + + 2006-12-13 02:32:05 +0000 William Pitcock <nenolod@nenolod.net> revision [3221] - add support for new extension probing system
--- a/audacious/plugin.h Tue Dec 12 18:39:35 2006 -0800 +++ b/audacious/plugin.h Tue Dec 12 19:15:23 2006 -0800 @@ -193,7 +193,7 @@ /* Added in Audacious 1.3.0 */ gint (*is_our_file_from_vfs) (gchar *filename, VFSFile *fd); - gchar **vfs_extensions; + gchar *vfs_extensions[]; }; struct _GeneralPlugin {