[SCM] calf/master: + JACK host: eliminate crash on host/exit command (thanks ensonic!)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:20 UTC 2013


The following commit has been merged in the master branch:
commit 0a31ca50ab76595d235438d144cf5a0103008a17
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Jun 21 14:36:15 2008 +0000

    + JACK host: eliminate crash on host/exit command (thanks ensonic!)
    
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@208 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/main_win.cpp b/src/main_win.cpp
index 56c30ce..7beebe5 100644
--- a/src/main_win.cpp
+++ b/src/main_win.cpp
@@ -42,7 +42,7 @@ static const char *ui_xml =
 "</ui>\n"
 ;
 
-static void exit_action(main_window *main)
+static void exit_action(GtkWidget *widget, main_window *main)
 {
     gtk_widget_destroy(GTK_WIDGET(main->toplevel));
 }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list