On Mon, May 25, 2009 at 20:39, Julien Danjou <[email protected]> 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 <[email protected]>
Date: Mon, 25 May 2009 21:47:33 +0100
Subject: [PATCH] fix typo

Signed-off-by: koniu <[email protected]>
---
 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

Reply via email to