THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#1125 - tags order in chaos (random)
User who did this - Uli Schlachter (psychon)

Reason for closing: Fixed
Additional comments about closing: commit 
2b0398c59bfb037582ce994c63b40ab6aee59bc0
Author: Uli Schlachter <[email protected]>
Date:   Sat Mar 16 16:51:55 2013 +0100

   awful.tag: Use sane tag index values (FS#1125)
Since commit d8a93dafa316d, tags have an "index" property which decides about
   the order in which they are displayed in the taglist. If a tag doesn't have 
this
   property set, the next call to awful.tag.gettags() will fix this and 
"invent" an
   index for this new tag.
However, if multiple tags didn't have an "index" property, gettags() would
   assign all of them the same index. The following call to table.sort() would 
then
   do random magic to these tags (remember: table.sort() is not a stable sorting
   algorithm, so it is allowed to randomly swap around entries which have the 
same
   sorting key).
Fix this by making sure that the new "index" properties are different from each
   other.


More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1125

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to