Fix for SANKORE-496

preferencesAboutTextFull
Aleksei Kanash 13 years ago
parent f2ee136035
commit a2ee87b010
  1. 2
      src/gui/UBLibPathViewer.cpp

@ -284,7 +284,7 @@ void UBLibPathViewer::showBack()
if(NULL != pLastElem)
{
mpBackElem->setPath(pLastElem->element()->path());
mpBackElem->setType(eUBLibElementType_Folder);
mpBackElem->setType(pLastElem->element()->type());
mpBackElem->setName(pLastElem->element()->name());
}

Loading…
Cancel
Save