Bug #965
Changing nicks causes an alphabetically sorted buffer list to become disorganized
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/16/2010
Due date:
% Done:
0%
Estimated time:
Version:
0.4.3
OS:
Any
Description
Newly opened PM buffers will find their correct place via bubble sort, but that only works if the list is sorted, which after the first nick change, it isn't. Example:
- PM buffers in the list consist of: Amy, Betty, Chad, Darlo
- Betty then changes nick to Fred
- List is now: Amy, Fred, Chad, Darlo
- Say that a buffer for Eddy is now created, the result is: Amy, Eddy, Fred, Chad, Darlo
The current workaround is to open Preferences, unticking Alphabetic, ticking it again, then hitting Apply - that will re-sort the list.