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 }