Re: c.hide broken in next

2009-05-25 Thread Julien Danjou
At 1243264813 time_t, koniu wrote:
 jd_, u mess with all those properties :)

Did I? :)
I've amended the commit responsible of that.

Cheers,
-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Life is life. Lalalalala.


signature.asc
Description: Digital signature


Re: c.hide broken in next

2009-05-25 Thread koniu
On Mon, May 25, 2009 at 16:28, Julien Danjou jul...@danjou.info wrote:
 At 1243264813 time_t, koniu wrote:
 jd_, u mess with all those properties :)

 Did I? :)
 I've amended the commit responsible of that.

Fixed, thanks. Can you do the same magic for c.minimized (same issue)?

cheers
kk

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.


Re: c.hide broken in next

2009-05-25 Thread Julien Danjou
At 1243272624 time_t, koniu wrote:
 Fixed, thanks. Can you do the same magic for c.minimized (same issue)?

Should be ok.

Cheers,
-- 
Julien Danjou
// ᐰ jul...@danjou.info   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// When I get sad, I stop being sad and be awesome instead. True story.


signature.asc
Description: Digital signature


Re: c.hide broken in next

2009-05-25 Thread koniu
On Mon, May 25, 2009 at 20:39, Julien Danjou jul...@danjou.info wrote:
 At 1243272624 time_t, koniu wrote:
 Fixed, thanks. Can you do the same magic for c.minimized (same issue)?

 Should be ok.

Confirmed.

Btw, build of current next (6c1d20) went kuku, see patch.
From 36fab45e55efad297f0c6ec56c7fd9fa3b5d0c53 Mon Sep 17 00:00:00 2001
From: koniu gkusni...@gmail.com
Date: Mon, 25 May 2009 21:47:33 +0100
Subject: [PATCH] fix typo

Signed-off-by: koniu gkusni...@gmail.com
---
 tag.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tag.c b/tag.c
index e3e6123..1d206f4 100644
--- a/tag.c
+++ b/tag.c
@@ -69,7 +69,6 @@ tag_view(tag_t *tag, bool view)
 lua_pushliteral(globalconf.L, select);
 else
 lua_pushliteral(globalconf.L, unselect);
-luaA_dofunction(globalconf.L, globalconf.hooks.tags, 3, 0);
 luaA_dofunction_from_registry(globalconf.L, globalconf.hooks.tags, 3, 0);
 }
 }
-- 
1.6.3.1