* usr/lib/byobu/memory: LP: #1255491

- fix the name of the __memory_detail() function
This commit is contained in:
Dustin Kirkland 2013-11-29 09:30:04 -06:00
commit 73b66677ce
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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 <kirkland@ubuntu.com> Mon, 18 Nov 2013 12:31:12 -0600

View file

@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__memory() {
__memory_detail() {
free
}