Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > ee5019e51831f214d532979b59ea2d61 > files > 2

kdelibs-3.4.2-31.4.20060mdk.src.rpm

--- kdelibs-3.0.3/kio/kfile/kfileiconview.cpp--	2002-08-25 09:39:28.000000000 +0200
+++ kdelibs-3.0.3/kio/kfile/kfileiconview.cpp	2002-08-25 09:39:36.000000000 +0200
@@ -108,8 +108,9 @@ KFileIconView::KFileIconView(QWidget *pa
     // as long as QIconView only shows tooltips when the cursor is over the
     // icon (and not the text), we have to create our own tooltips
     setShowToolTips( false );
-    slotSmallColumns();
-    d->smallColumns->setChecked( true );
+    //slotSmallColumns();
+    //d->smallColumns->setChecked( true );
+    slotPreviewsToggled( true );
 
     connect( this, SIGNAL( returnPressed(QIconViewItem *) ),
 	     SLOT( slotActivate( QIconViewItem *) ) );