Powered by Invision Power Board

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> Possible BugfiX, Same error as in eMule

WiZaRd
Aug 15 2005, 07:05
+Quote Post





Group: Members
Posts: 39
Joined: 25-July 05



Hi there,

I just read your bug list and I found that you seem to have the same sorting issue as vanilla eMule. I fixed that for me (hope it works and makes it into official) and maybe you want to check that out, too: http://forum.emule-project.net/index.php?showtopic=85614
User is offlineProfile CardPM
Go to the top of the page
Post #1
Aw3
Aug 15 2005, 11:32
+Quote Post





Group: Admins
Posts: 7319
Joined: 8-December 03



What you suggested there is already in eMule Plus sources for a very long time:
CODE
//    Sorts the list
    BOOL SortItems(PFNLVCOMPARE pfnCompare, DWORD_PTR dwData)
    {
        SetRedraw(FALSE);
        BOOL bResult = CListCtrl::SortItems(pfnCompare, dwData);
        SetRedraw(TRUE);
        return bResult;
    }
But it doesn't solve the problem we have.
User is offlineProfile CardPM
Go to the top of the page
Post #2
WiZaRd
Aug 15 2005, 12:23
+Quote Post





Group: Members
Posts: 39
Joined: 25-July 05



D'oh! smile.gif
User is offlineProfile CardPM
Go to the top of the page
Post #3

Reply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 19th May 2013 - 08:29