aMule Bug Tracker - aMule
View Issue Details
0000718aMuleMiscpublic2005-12-11 11:312005-12-11 16:27
Jacobo221 
Kry 
normalminoralways
resolvedfixed 
 
SVN 
0000718: more systray ignoring kad
amuleDlg.cpp code:

                if ( theApp.IsConnectedED2K() ) {
                        buffer2 = CFormat(_("aMule (%s | Connected)")) % buffer;
                } else {
                        buffer2 = CFormat(_("aMule (%s | Disconnected)")) % buffer;
                }
m_wndTaskbarNotifier->SetTrayToolTip(buffer2);

first line should be:

if ( theApp.IsConnected() ) {

No tags attached.
Issue History
2005-12-11 11:31Jacobo221New Issue
2005-12-11 16:24KryStatusnew => assigned
2005-12-11 16:24KryAssigned To => Kry
2005-12-11 16:27KryStatusassigned => resolved
2005-12-11 16:27KryFixed in Version => CVS
2005-12-11 16:27KryResolutionopen => fixed
2005-12-11 16:27KryNote Added: 0001637

Notes
(0001637)
Kry   
2005-12-11 16:27   
Fucking stubborn spaniard.

Sending amuleDlg.cpp
Transmitting file data .
Committed revision 6038.