aMule Bug Tracker - aMule | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000718 | aMule | Misc | public | 2005-12-11 11:31 | 2005-12-11 16:27 |
| Reporter | Jacobo221 | ||||
| Assigned To | Kry | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | SVN | |||
| Fixed in Revision | |||||
| Operating System | |||||
| Summary | 0000718: more systray ignoring kad | ||||
| Description | 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() ) { | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | |||
| Notes | |||||
|
|
|||||
|
|
||||