--=-Rgj95rMguLg6aXhGMJr3 Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, There was a problem compiling the gtkmm ui in 0.5.0 with the latest sigc++.. oops :) Fixed now. Trivial patch attached, and a new tarball and everything up on the website. http://pkl.net/~node/alsa-patch-bay.html Bob -- Bob Ham <rah@xxxxxxx> --=-Rgj95rMguLg6aXhGMJr3 Content-Disposition: attachment; filename=main-window.cpp-fix.diff Content-Type: text/plain; name=main-window.cpp-fix.diff; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- main-window.cpp.0.5.0 2003-02-08 10:40:56.000000000 +0000 +++ main-window.cpp 2003-02-08 21:22:25.000000000 +0000 @@ -116,7 +116,7 @@ Gtk::Toolbar_Helpers::StockElem * quitButton = new Gtk::Toolbar_Helpers::StockElem (Gtk::StockID (Gtk::Stock::QUIT), - SigC::slot(*(SigC::Object *)ui, &UI::stop), + SigC::slot(*(GTKmm::UI *)ui, &UI::stop), Glib::ustring ("Quit from Alsa Patch Bay"), Glib::ustring ("Button to quit from Alsa Patch Bay")); --=-Rgj95rMguLg6aXhGMJr3--