Comment 5 for bug 434979

Revision history for this message
Darxus (darxus) wrote :

Looks like the popup asking for money can be disabled by inserting a return() at the top of checkForDonationPopup() in
http://azureus.cvs.sourceforge.net/viewvc/azureus/azureus2/org/gudy/azureus2/ui/swt/donations/DonationWindow.java

Or perhaps commenting stuff out in the vicinity of:

 DonationWindow.setInitialAskHours(MapUtils.getMapInt(map,
                                 "donations.askhrs", DonationWindow.getInitialAskHours()));

in: http://azureus.cvs.sourceforge.net/viewvc/azureus/azureus2/org/gudy/azureus2/ui/swt/mainwindow/MainWindow.java