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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/plugins/otr
From:       Michael Zanetti <michael_zanetti () gmx ! net>
Date:       2008-12-08 23:02:05
Message-ID: 1228777325.530915.29094.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 894613 by mzanetti:

compile++


 M  +2 -2      otrpreferences.cpp  


--- trunk/KDE/kdenetwork/kopete/plugins/otr/otrpreferences.cpp #894612:894613
@@ -136,8 +136,8 @@
 //	preferencesDialog->tbFingerprints->setSortingEnabled(false);
 	for( it = list.begin(); it != list.end(); ++it ){
 		preferencesDialog->tbFingerprints->setRowCount( \
                preferencesDialog->tbFingerprints->rowCount() +1 );
- 		(*it)[j*5] = OtrlChatInterface::self()->formatContact((*it)[j*5]);
-		for( int i = 0; i < 5; i++ ){ 	
+ 		preferencesDialog->tbFingerprints->setItem(j, 0,new \
QTableWidgetItem(OtrlChatInterface::self()->formatContact((*it)[j*5]))); +		for( int \
i = 1; i < 5; i++ ){ 	  preferencesDialog->tbFingerprints->setItem(j, i, new \
QTableWidgetItem((*it)[j*5 + i]) );  \
preferencesDialog->tbFingerprints->item(j,i)->setTextAlignment(Qt::AlignLeft);  }


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

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