diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-24 12:55:32 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-24 12:55:32 -0600 |
commit | 3545330be06081c9fdc2546bf465d9a2c5d24f75 (patch) | |
tree | 51f5877f5014a7b4288fad97cb57297ae476d73b /kcontrol/konq/desktopbehavior_impl.cpp | |
parent | 6a5717491dd073ae84e301b5aa77613626fae5be (diff) | |
download | tdebase-3545330be06081c9fdc2546bf465d9a2c5d24f75.tar.gz tdebase-3545330be06081c9fdc2546bf465d9a2c5d24f75.zip |
Reduce desktop icon clutter with new profile.
Diffstat (limited to 'kcontrol/konq/desktopbehavior_impl.cpp')
-rw-r--r-- | kcontrol/konq/desktopbehavior_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/konq/desktopbehavior_impl.cpp b/kcontrol/konq/desktopbehavior_impl.cpp index 48bb6f11c..68bbb160c 100644 --- a/kcontrol/konq/desktopbehavior_impl.cpp +++ b/kcontrol/konq/desktopbehavior_impl.cpp @@ -257,7 +257,7 @@ void DesktopBehavior::fillMediaListView() g_pConfig->setGroup( "Media" ); enableMediaBox->setChecked(g_pConfig->readBoolEntry("enabled",true)); enableMediaFreeSpaceOverlayBox->setChecked(g_pConfig->readBoolEntry("FreeSpaceDisplayEnabled",true)); - TQString excludedMedia=g_pConfig->readEntry("exclude","media/hdd_mounted,media/hdd_unmounted,media/floppy_unmounted,media/cdrom_unmounted,media/floppy5_unmounted"); + TQString excludedMedia=g_pConfig->readEntry("exclude","media/nfs_mounted,media/nfs_unmounted,media/hdd_mounted,media/hdd_unmounted,media/floppy_unmounted,media/cdrom_unmounted,media/floppy5_unmounted"); for (; it2 != mimetypes.end(); ++it2) { if ( ((*it2)->name().startsWith("media/")) ) { |