diff --git a/lib/awful/tooltip.lua b/lib/awful/tooltip.lua index 44363d3d8..190e7768b 100644 --- a/lib/awful/tooltip.lua +++ b/lib/awful/tooltip.lua @@ -172,8 +172,8 @@ local function show(self) if self._private.visible then return end if self.timer then if not self.timer.started then - self:timer_function() self.timer:start() + self:timer_function() end end set_geometry(self)