|
|
@ -1030,8 +1030,8 @@ KFilePropsPlugin::KFilePropsPlugin( KPropertiesDialog *_props )
|
|
|
|
sizelay->addWidget(m_sizeStopButton, 0);
|
|
|
|
sizelay->addWidget(m_sizeStopButton, 0);
|
|
|
|
sizelay->addStretch(10); // so that the buttons don't grow horizontally
|
|
|
|
sizelay->addStretch(10); // so that the buttons don't grow horizontally
|
|
|
|
|
|
|
|
|
|
|
|
// auto-launch for local dirs only, and not for '/'
|
|
|
|
// auto-launch for local dirs only, but not for '/' or medias
|
|
|
|
if ( isLocal && !hasRoot )
|
|
|
|
if ( isReallyLocal && !hasRoot )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
m_sizeDetermineButton->setText( i18n("Refresh") );
|
|
|
|
m_sizeDetermineButton->setText( i18n("Refresh") );
|
|
|
|
slotSizeDetermine();
|
|
|
|
slotSizeDetermine();
|
|
|
|