Hi people,

the attached pach fixes a little typo in awful.tag which leaded to
awful.tag.viewidx ignoring the screen parameter.

Thanks again to psychon for strict.lua, it really rocks :)

-- 
GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++
D+++ G+ e h! r y+

    Gregor Best
From 3b05b7b2604a62a364fd6cb210568ca26ca5210c Mon Sep 17 00:00:00 2001
From: Gregor Best <g...@intepi.net>
Date: Tue, 25 Aug 2009 13:59:34 +0200
Subject: [PATCH] awful.tag: fix typo

Signed-off-by: Gregor Best <g...@intepi.net>
---
 lib/awful/tag.lua.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in
index 3c9b8e1..cfab6da 100644
--- a/lib/awful/tag.lua.in
+++ b/lib/awful/tag.lua.in
@@ -216,7 +216,7 @@ end
 -- @param i The relative index to see.
 -- @param screen Optional screen number.
 function viewidx(i, screen)
-    local screen = scree or capi.mouse.screen
+    local screen = screen or capi.mouse.screen
     local tags = capi.screen[screen]:tags()
     local showntags = {}
     for k, t in ipairs(tags) do
-- 
1.6.4

Attachment: pgp3NBh0TKvpY.pgp
Description: PGP signature

Reply via email to