Thanks a lot for this report (and thanks at pochu for reporting at
amule.org).

This was a bug and has been fixed in SVN now. Patch appended below.

---

Index: src/MuleListCtrl.cpp
===================================================================
--- src/MuleListCtrl.cpp        (revision 7327)
+++ src/MuleListCtrl.cpp        (working copy)
@@ -520,7 +520,7 @@
 void CMuleListCtrl::OnChar(wxKeyEvent& evt)
 {
        if (evt.AltDown() or evt.ControlDown() or evt.MetaDown()) {
-               if (evt.CmdDown() and (evt.GetKeyCode() == wxT('a'))) {
+               if (evt.CmdDown() and (evt.GetKeyCode() ==  0x01 )) {
                        // Ctrl+a (Command+a on Mac) was pressed, select all 
items
                        for (int i = 0; i < GetItemCount(); ++i) {
                                SetItemState(i, wxLIST_STATE_SELECTED, 
wxLIST_STATE_SELECTED);

-- 
CTRL+A does not select all downloads
https://bugs.launchpad.net/bugs/123695
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to