[linux-audio-user] alsa-patch-bay update

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-user] alsa-patch-bay update
From: Bob Ham (node_AT_users.sourceforge.net)
Date: Tue Jul 30 2002 - 14:14:34 EEST


Hi,

This is just a tiny update to make alsa-patch-bay work with gtkmm
1.3.18. This is what's in debian now.

There's a whole new tarball and a patch (also attached) here:

http://pkl.net/~node/software/alsa-patch-bay-0.2.1.tar.gz
http://pkl.net/~node/software/apb-gtkmm.cpp-0.2-0.2.1.diff

Bob

-- 
Bob Ham: bob_AT_ham.org  http://pkl.net/~node/

--- apb-gtkmm.cpp.old 2002-07-30 12:02:11.000000000 +0100 +++ apb-gtkmm.cpp 2002-07-30 11:55:39.000000000 +0100 @@ -100,8 +100,8 @@ if (level > debugLevel) return; cout << message << endl; if (!_textBuffer) return; - ustring l (message + "\n" + _textBuffer->get_text(_textBuffer->get_start_iter(), - _textBuffer->get_end_iter(), true)); + ustring l (message + "\n" + _textBuffer->get_text(_textBuffer->begin(), + _textBuffer->end(), true)); _textBuffer->set_text (l); }


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Jul 30 2002 - 14:20:25 EEST