|
|
Log in / Subscribe / Register

ALSA Patch Bay 0.5.1 released

From:  Bob Ham <rah@bash.sh>
To:  Linux Audio Dev Mailing List <linux-audio-dev@music.columbia.edu>, Linux Audio Announce Mailing List <linux-audio-announce@music.columbia.edu>, Linux Audio User Mailing List <linux-audio-user@music.columbia.edu>
Subject:  [linux-audio-announce] [ANN] ALSA Patch Bay 0.5.1 (bug fix)
Date:  08 Feb 2003 21:26:04 +0000

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@bash.sh>
--- 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"));
 



to post comments


Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds