Mercurial > audlegacy
changeset 4213:56e189ecb477
branch merge
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Tue, 22 Jan 2008 22:41:42 +0100 |
parents | 47352b34dbdf (current diff) 408b520f39fd (diff) |
children | 41655c090c53 |
files | |
diffstat | 6 files changed, 46 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/macpack/Audacious.app/Contents/Info.plist Tue Jan 22 22:41:42 2008 +0100 @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleDisplayName</key> + <string>Audacious</string> + <key>CFBundleExecutable</key> + <string>Audacious</string> + <key>CFBundleIconFile</key> + <string>Audacious.icns</string> + <key>CFBundleIdentifier</key> + <string>org.atheme.audacious</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>1.4.5</string> + <key>CFBundleName</key> + <string>Audacious</string> + <key>CFBundleShortVersionString</key> + <string>1.4</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2008 Atheme.org +All Rights Reserved.</string> +</dict> +</plist>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/macpack/Audacious.app/Contents/PkgInfo Tue Jan 22 22:41:42 2008 +0100 @@ -0,0 +1,1 @@ +Audacious \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/macpack/Audacious.app/Contents/version.plist Tue Jan 22 22:41:42 2008 +0100 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>BuildVersion</key> + <string>12</string> + <key>CFBundleShortVersionString</key> + <string>1.4</string> + <key>CFBundleVersion</key> + <string>220</string> + <key>ProjectName</key> + <string>Audacious</string> + <key>SourceVersion</key> + <string>1337</string> +</dict> +</plist>
--- a/src/audacious/input.c Tue Jan 22 22:40:48 2008 +0100 +++ b/src/audacious/input.c Tue Jan 22 22:41:42 2008 +0100 @@ -516,11 +516,11 @@ return pr; } } + } - g_free(filename_proxy); - vfs_fclose(fd); - return NULL; // no plugin found. - } + g_free(filename_proxy); + vfs_fclose(fd); + return NULL; // no plugin found. }