diff -Nur kdenetwork-3.5.6/filesharing/simple/controlcenter.ui kdenetwork-3.5.6.new/filesharing/simple/controlcenter.ui --- kdenetwork-3.5.6/filesharing/simple/controlcenter.ui 2006-10-01 19:27:15.000000000 +0200 +++ kdenetwork-3.5.6.new/filesharing/simple/controlcenter.ui 2007-04-03 15:20:04.000000000 +0200 @@ -24,7 +24,7 @@ infoLbl - 11 + 5 SMB and NFS servers are not installed on this machine, to enable this module the servers must be installed. diff -Nur kdenetwork-3.5.6/filesharing/simple/fileshare.cpp kdenetwork-3.5.6.new/filesharing/simple/fileshare.cpp --- kdenetwork-3.5.6/filesharing/simple/fileshare.cpp 2007-01-15 12:23:54.000000000 +0100 +++ kdenetwork-3.5.6.new/filesharing/simple/fileshare.cpp 2007-04-03 15:19:50.000000000 +0200 @@ -87,6 +87,7 @@ if ( nfsExec.isEmpty() && sambaExec.isEmpty()) { + QMessageBox::critical( 0, "File Sharing", QString("SMB and NFS servers are not installed on this machine, to enable this module the servers must be installed.")); m_ccgui->shareGrp->setDisabled(true); m_ccgui->sharedFoldersGroupBox->setDisabled(true); }