comparison src/audacious/ui_fileopener.c @ 4700:3a56d2786063

move all files belonging to the legacy UI to legacy/
author mf0102 <0102@gmx.at>
date Sun, 06 Jul 2008 17:55:40 +0200
parents d69b2bcea170
children 8e62ba58ea6e
comparison
equal deleted inserted replaced
4698:cfc8d1e0c78b 4700:3a56d2786063
25 25
26 #include "input.h" 26 #include "input.h"
27 #include "main.h" 27 #include "main.h"
28 #include "playback.h" 28 #include "playback.h"
29 #include "strings.h" 29 #include "strings.h"
30 #include "ui_playlist.h" 30 #include "legacy/ui_playlist.h"
31 31
32 static void 32 static void
33 filebrowser_add_files(GtkFileChooser * browser, 33 filebrowser_add_files(GtkFileChooser * browser,
34 GSList * files) 34 GSList * files)
35 { 35 {