commit 582f24160ad886b6063f0cbe6f4250877eb5983b
parent 7546eccf050e4b0ff311b542e108c4f18098b209
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed, 20 Sep 2006 20:58:36 -0700
[project @ 3ce758ec798d07ad9729366ece46062ea2cb4ab8]
[project @ 116]
fix forgotten change
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc.rb b/rc.rb
@@ -162,7 +162,7 @@ end
def attach_last_client
if a = Wmii.get_view(DETACHED_TAG).areas.last
if c = a.clients.last
- c.tags = Wmii.current_view.name
+ c.tags = Wmii.current_view.name!
end
end
end