[Bug 662968] New: openSUSE:Factory:Contrib/qBittorrent: Bug
https://bugzilla.novell.com/show_bug.cgi?id=662968 https://bugzilla.novell.com/show_bug.cgi?id=662968#c0 Summary: openSUSE:Factory:Contrib/qBittorrent: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: i586 OS/Version: openSUSE 11.3 Status: NEW Severity: Critical Priority: P5 - None Component: 3rd party software AssignedTo: fisiu@opensuse.org ReportedBy: nlminhtl@gmail.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Community User Blocker: --- "Buy it" menu item links to a porn website ( https://bugs.launchpad.net/qbittorrent/+bug/668163 ) Please, fix this bug in openSUSE package. -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=662968 https://bugzilla.novell.com/show_bug.cgi?id=662968#c2 Mariusz Fik <fisiu@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED CC| |fisiu@opensuse.org Severity|Critical |Normal --- Comment #2 from Mariusz Fik <fisiu@opensuse.org> 2011-01-08 12:41:16 UTC --- Only qBittorrent from Contrib:11.3 is affected. Anyway it's not qBittorrent bug. Just a website used for buying items has been cracked... Anyway I'm working on fix. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=662968 https://bugzilla.novell.com/show_bug.cgi?id=662968#c3 Mariusz Fik <fisiu@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #3 from Mariusz Fik <fisiu@opensuse.org> 2011-01-08 16:47:39 UTC --- Fixed packages has been released in 11.3:Contrib:standard repository. Thanks for reporting ;) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=662968 https://bugzilla.novell.com/show_bug.cgi?id=662968#c4 Alexander Mityunin <avm-xandry@yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |avm-xandry@yandex.ru --- Comment #4 from Alexander Mityunin <avm-xandry@yandex.ru> 2011-01-08 17:13:08 UTC --- Thanks for fix ;) -- 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.
participants (1)
-
bugzilla_noreply@novell.com