Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/c88e23f34daf23f0fa01f85d9640287e4db2125a?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed issue sankore-35 and sankore-34

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent 27b93bb24d
commit c88e23f34d
  1. 5
      src/gui/UBLibActionBar.cpp

@ -473,7 +473,10 @@ void UBLibActionBar::onNavigbarUpdate(UBLibElement *crntElem)
{
if(crntElem->type() == eUBLibElementType_Folder)
{
mpNewFolderBtn->setEnabled(true);
if(libraryController()->canItemsOnElementBeDeleted(crntElem) && !bIsInTrash)
mpNewFolderBtn->setEnabled(true);
else
mpNewFolderBtn->setEnabled(false);
}
else
{

Loading…
Cancel
Save