[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete/contactlist
From:       Leonardo Finetti <finex () finex ! org>
Date:       2008-06-28 16:37:21
Message-ID: 1214671041.716547.19225.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 825555 by finex:

Fixed "indent contacts" settings.

BUG: 163934



 M  +2 -2      kopetemetacontactlvi.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/contactlist/kopetemetacontactlvi.cpp #825554:825555
@@ -297,7 +297,7 @@
 	// I assume that the safety property that allows the delete in slotConfigChanged holds here - Will
 	delete d->spacerBox->component( 0 );
 	if ( K3ListViewItem::parent() && Kopete::AppearanceSettings::self()->contactListIndentContact() &&
-	                !Kopete::AppearanceSettings::self()->contactListTreeView() )
+	                Kopete::AppearanceSettings::self()->contactListTreeView() )
 	{
 		new ListView::SpacerComponent( d->spacerBox, 20, 0 );
 	}
@@ -696,7 +696,7 @@
 	// create a spacer if wanted
 	delete d->spacerBox->component( 0 );
 	if ( K3ListViewItem::parent() && Kopete::AppearanceSettings::self()->contactListIndentContact() &&
-	                !Kopete::AppearanceSettings::self()->contactListTreeView() )
+	                Kopete::AppearanceSettings::self()->contactListTreeView() )
 	{
 		new ListView::SpacerComponent( d->spacerBox, 20, 0 );
 	}
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic