aboutsummaryrefslogtreecommitdiff
path: root/src/quickopen.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-09use g_build_filename() to construct paths so as to not require any knowledge ↵Robin Haberkorn1-4/+5
about the path separator * should fix windows version where filenames with both slash and backslash had been generated - those are not accepted by libvlc
2012-05-09moved quickopen-related functions into separate C fileRobin Haberkorn1-0/+199