From 584a48db2fa5003cca8194030eecbf396014d6b4 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 30 May 2016 23:09:50 -0400 Subject: [PATCH] titlebar: Use _private --- lib/awful/titlebar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/awful/titlebar.lua b/lib/awful/titlebar.lua index c44d1703..29b81f29 100644 --- a/lib/awful/titlebar.lua +++ b/lib/awful/titlebar.lua @@ -204,8 +204,8 @@ function titlebar.widget.button(c, name, selector, action) local ret = imagebox() if titlebar.enable_tooltip then - ret.tooltip = atooltip({ objects = {ret}, delay_show = 1 }) - ret.tooltip:set_text(name) + ret._private.tooltip = atooltip({ objects = {ret}, delay_show = 1 }) + ret._private.tooltip:set_text(name) end local function update()