Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui

master
Richard Linden 2012-07-25 22:50:28 -07:00
commit e2e0003dea
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ void LLFolderView::paste()
LLFolderViewFolder* folder = dynamic_cast<LLFolderViewFolder*>(item);
if (folder == NULL)
{
item = item->getParentFolder();
folder = item->getParentFolder();
}
folder_set.insert(folder);
}