Skip to content

Commit

Permalink
Merge pull request #11 from grimpy/master
Browse files Browse the repository at this point in the history
Fix issue when deleting tag since awesome 3.5.3
  • Loading branch information
cdump committed Apr 5, 2014
2 parents 145e01b + f40b996 commit b81907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ function shifty.del(tag)
index_cache[scr][t.name] = idx

-- remove tag
awful.tag.setscreen(t, nil)
awful.tag.delete(t)

-- if the current tag is being deleted, restore from history
if t == sel and #tags > 1 then
Expand Down

0 comments on commit b81907d

Please sign in to comment.