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

Reply via email to