fix bugs with images in text lists

This commit is contained in:
rolux 2011-11-03 12:58:22 +00:00
commit 9c55c93fc1
8 changed files with 36 additions and 47 deletions

View file

@ -36,9 +36,8 @@ pandora.ui.folders = function() {
{ id: 'editlist', title: 'Edit Selected List...', disabled: !pandora.user.ui._list },
{ id: 'deletelist', title: 'Delete Selected List...', disabled: !pandora.user.ui._list }
],
max: 0,
min: 0,
selectable: false,
title: 'set', // FIXME: why does this work in VideoEditor, but not here?
tooltip: 'Manage Personal Lists',
type: 'image'
})