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

List:       kde-commits
Subject:    branches/stable/extragear-kde4/network/ktorrent
From:       Joris Guisson <joris.guisson () gmail ! com>
Date:       2008-11-04 8:18:26
Message-ID: 1225786706.831146.30927.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 879854 by guisson:

Merge rev 879852 from trunk

 M  +1 -0      ChangeLog  
 M  +4 -2      libbtcore/torrent/torrentcreator.cpp  


--- branches/stable/extragear-kde4/network/ktorrent/ChangeLog #879853:879854
@@ -4,6 +4,7 @@
 - Fix infinite recursive loop in scanfolder plugin
 - Fix crash in treeviews caused by Qt bug (172198)
 - Prevent error messages when KT is started up via desktop file
+- Use multiple tiers when creating torrents with multiple trackers (174207)
 
 Changes in 3.1.4 :
 - Make sure user is properly logged in when handling a torrent post in the webgui
--- branches/stable/extragear-kde4/network/ktorrent/libbtcore/torrent/torrentcreator.cpp #879853:879854
@@ -138,11 +138,13 @@
 			{
 				enc.write("announce-list");
 				enc.beginList();
-				enc.beginList();
 				foreach (const QString &t,trackers)
+				{
+					enc.beginList();
 					enc.write(t);
+					enc.end();
+				}
 				enc.end();
-				enc.end();
 			
 			}
 		}
[prev in list] [next in list] [prev in thread] [next in thread] 

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