>>>>> "TH" == Tom Horsley <tomhorsley@xxxxxxxxxxxx> writes: TH> There are two boxes, one labeled Leechers: the other labeled TH> Seeders: Inside the boxes are numbers like this: 5(10) or 1(1). TH> WHAT IN THE BLUE BLAZES DOES THAT MEAN? >From the ktorrent source (plugins/infowidget/infowidget.cpp, line 405 or so): m_seeders->setText(QString("%1 (%2)") .arg(s.seeders_connected_to).arg(s.seeders_total)); m_leechers->setText(QString("%1 (%2)") .arg(s.leechers_connected_to).arg(s.leechers_total)); The first number is the number of seeders (or leechers) you are currently communicating with. The number in parentheses is the total number of seeders (or leechers) in the torrent cloud. - J< -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list