https://bugzilla.novell.com/show_bug.cgi?id=662968 https://bugzilla.novell.com/show_bug.cgi?id=662968#c1 --- Comment #1 from Minh Ngo <nlminhtl@gmail.com> 2011-01-07 12:02:17 UTC --- --- src/transferlistwidget.cpp 2010-06-22 01:09:41.000000000 +0300 +++ src/transferlistwidget.cpp 2011-01-07 13:35:06.743810957 +0200 @@ -692,6 +692,7 @@ refreshList(); } +/* void TransferListWidget::buySelectedTorrents() const { const QStringList &hashes = getSelectedTorrentsHashes(); foreach(const QString &hash, hashes) { @@ -700,6 +701,7 @@ QDesktopServices::openUrl(QUrl("http://match.sharemonkey.com/?info_hash="+h.hash()+"&n="+h.name()+"&cid=33")); } } +*/ void TransferListWidget::copySelectedMagnetURIs() const { QStringList magnet_uris; @@ -1000,8 +1002,8 @@ connect(&actionSet_download_limit, SIGNAL(triggered()), this, SLOT(setDlLimitSelectedTorrents())); QAction actionOpen_destination_folder(QIcon(QString::fromUtf8(":/Icons/oxygen/folder.png")), tr("Open destination folder"), 0); connect(&actionOpen_destination_folder, SIGNAL(triggered()), this, SLOT(openSelectedTorrentsFolder())); - QAction actionBuy_it(QIcon(QString::fromUtf8(":/Icons/oxygen/wallet.png")), tr("Buy it"), 0); - connect(&actionBuy_it, SIGNAL(triggered()), this, SLOT(buySelectedTorrents())); + //QAction actionBuy_it(QIcon(QString::fromUtf8(":/Icons/oxygen/wallet.png")), tr("Buy it"), 0); + //connect(&actionBuy_it, SIGNAL(triggered()), this, SLOT(buySelectedTorrents())); QAction actionIncreasePriority(QIcon(QString::fromUtf8(":/Icons/skin/increase.png")), tr("Increase priority"), 0); connect(&actionIncreasePriority, SIGNAL(triggered()), this, SLOT(increasePrioSelectedTorrents())); QAction actionDecreasePriority(QIcon(QString::fromUtf8(":/Icons/skin/decrease.png")), tr("Decrease priority"), 0); @@ -1151,7 +1153,7 @@ listMenu.addSeparator(); if(one_has_metadata) listMenu.addAction(&actionCopy_magnet_link); - listMenu.addAction(&actionBuy_it); + //listMenu.addAction(&actionBuy_it); // Call menu QAction *act = 0; act = listMenu.exec(QCursor::pos()); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.