Fix the call to tag.history.restore from tag.delete
commitc11153c6309a3cd03829dbca2e62d5b857ba92f2
authorDaniel Hahler <git@thequod.de>
Mon, 24 Mar 2014 00:17:54 +0000 (24 01:17 +0100)
committerDaniel Hahler <git@thequod.de>
Mon, 24 Mar 2014 00:17:54 +0000 (24 01:17 +0100)
treefee5194a10ca7587568546f8e76443c26e9a9419
parente13d848914097602922526f6f6771bc14095eac1
Fix the call to tag.history.restore from tag.delete

By default, tag.history.restore switches between the previous history
states, which is not what should get done when deleting a tag.

Without this, deleting multiple tags in a row, will jump back to the
first/fallback tag, instead of the older history entries.
lib/awful/tag.lua.in