View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000718aMuleMiscpublic2005-12-11 11:312005-12-11 16:27
ReporterJacobo221 
Assigned ToKry 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in VersionSVN 
Summary0000718: more systray ignoring kad
DescriptionamuleDlg.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() ) {
TagsNo tags attached.
Fixed in Revision
Operating System
Attached Files

- Relationships

-  Notes
(0001637)
Kry (manager)
2005-12-11 16:27

Fucking stubborn spaniard.

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

- Issue History
Date Modified Username Field Change
2005-12-11 11:31 Jacobo221 New Issue
2005-12-11 16:24 Kry Status new => assigned
2005-12-11 16:24 Kry Assigned To => Kry
2005-12-11 16:27 Kry Status assigned => resolved
2005-12-11 16:27 Kry Fixed in Version => CVS
2005-12-11 16:27 Kry Resolution open => fixed
2005-12-11 16:27 Kry Note Added: 0001637


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker