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: [EMAIL PROTECTED] 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); }
