Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2012-07-31 11:00:26 -04:00
commit 45a77e90a8
2 changed files with 3 additions and 3 deletions

View File

@ -542,7 +542,7 @@ var AIRTIME = (function(AIRTIME) {
.append('<option value="0">All</option>') .append('<option value="0">All</option>')
.append('<option value="1">Files</option>') .append('<option value="1">Files</option>')
.append('<option value="2">Playlists</option>') .append('<option value="2">Playlists</option>')
.append('<option value="3">Smart Blocks</option>') .append('<option value="3">Smart Playlists</option>')
.end() .end()
.change(function(ev){ .change(function(ev){
oTable.fnDraw(); oTable.fnDraw();

View File

@ -25,9 +25,9 @@ echo "----------------------------------------------------"
dist=`lsb_release -is` dist=`lsb_release -is`
if [ "$dist" = "Debian" ]; then if [ "$dist" = "Debian" ]; then
grep "deb http://www.debian-multimedia.org squeeze main non-free" /etc/apt/sources.list grep "deb http://www.deb-multimedia.org squeeze main non-free" /etc/apt/sources.list
if [ "$?" -ne "0" ]; then if [ "$?" -ne "0" ]; then
echo "deb http://www.debian-multimedia.org squeeze main non-free" >> /etc/apt/sources.list echo "deb http://www.deb-multimedia.org squeeze main non-free" >> /etc/apt/sources.list
fi fi
fi fi