From 8d0001a684a52219dd485f79b06c399674fc0690 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 23 Jan 2017 12:40:41 -0500 Subject: [PATCH] doc: Fix an API error in the NEWS file --- docs/89-NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/89-NEWS.md b/docs/89-NEWS.md index 6538f14d..97c0db50 100644 --- a/docs/89-NEWS.md +++ b/docs/89-NEWS.md @@ -591,7 +591,7 @@ It allows to preserve the tag and layout state across changes. Old `rc.lua` can either be ported to handle this by taking clues from the new `rc.lua` or restore the old behavior by adding the following at the end: - screen.connect("list", awesome.restart) + screen.connect_signal("list", awesome.restart) **See:**