|
|
|
@ -2146,7 +2146,7 @@ void KFilePermissionsPropsPlugin::slotShowAdvancedPermissions() {
|
|
|
|
|
d->fileSystemSupportsACLs = fileSystemSupportsACL( pathCString );
|
|
|
|
|
}
|
|
|
|
|
if ( d->fileSystemSupportsACLs ) {
|
|
|
|
|
std::for_each( theNotSpecials.begin(), theNotSpecials.end(), std::mem_fun( &TQWidget::hide ) );
|
|
|
|
|
std::for_each( theNotSpecials.begin(), theNotSpecials.end(), std::mem_fn( &TQWidget::hide ) );
|
|
|
|
|
extendedACLs = new KACLEditWidget( mainVBox );
|
|
|
|
|
if ( d->extendedACL.isValid() && d->extendedACL.isExtended() )
|
|
|
|
|
extendedACLs->setACL( d->extendedACL );
|
|
|
|
|