Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 222453 Details for
Bug 308187
net-p2p/vuze remove donation window on (first/random) start
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
do not show donation window on start ?!?
do_not_show_donations_on_start.diff (text/plain), 483 bytes, created by
Hanno Zysik (geki)
on 2010-03-07 11:57:33 UTC
(
hide
)
Description:
do not show donation window on start ?!?
Filename:
MIME Type:
Creator:
Hanno Zysik (geki)
Created:
2010-03-07 11:57:33 UTC
Size:
483 bytes
patch
obsolete
>--- org/gudy/azureus2/ui/swt/mainwindow/MenuFactory.java.orig 2010-03-07 12:37:35.000000000 +0100 >+++ org/gudy/azureus2/ui/swt/mainwindow/MenuFactory.java 2010-03-07 12:43:26.000000000 +0100 >@@ -966,7 +966,7 @@ > public static MenuItem addDonationMenuItem(Menu menu) { > return addMenuItem(menu, MENU_ID_DONATE, new Listener() { > public void handleEvent(Event e) { >- DonationWindow.open(true, "menu"); >+ DonationWindow.open(false, "menu"); > } > }); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 308187
:
222451
| 222453