[linux-audio-user] [ANN] ALSA Patch Bay 0.5.1 (bug fix)

Bob Ham rah at bash.sh
Sat Feb 8 16:35:01 EST 2003


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 at bash.sh>
-------------- next part --------------
--- 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"));
 


More information about the Linux-audio-user mailing list