From 73b66677ce62153af058016519f7d7844fd36ab1 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 29 Nov 2013 09:30:04 -0600 Subject: [PATCH] * usr/lib/byobu/memory: LP: #1255491 - fix the name of the __memory_detail() function --- debian/changelog | 2 ++ usr/lib/byobu/memory | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f2b600ba..3187a941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ byobu (5.66) unreleased; urgency=low - change the printscreen hotkey from Shift-F9 to Shift-F7 - Shift-F7 should be more memorable, in that F7 has long been used to enter scrollback mode + * usr/lib/byobu/memory: LP: #1255491 + - fix the name of the __memory_detail() function -- Dustin Kirkland Mon, 18 Nov 2013 12:31:12 -0600 diff --git a/usr/lib/byobu/memory b/usr/lib/byobu/memory index 7917ea30..56829984 100755 --- a/usr/lib/byobu/memory +++ b/usr/lib/byobu/memory @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__memory() { +__memory_detail() { free }