mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
fix pause on multitrack switch, some cleanup
git-svn-id: svn://code.dyne.org/veejay/trunk@1269 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -2220,12 +2220,11 @@ void on_button_sdlclose_clicked(GtkWidget *w, gpointer user_data)
|
||||
|
||||
void on_quicklaunch_clicked(GtkWidget *widget, gpointer user_data)
|
||||
{
|
||||
if( info->watch.state == STATE_STOPPED )
|
||||
/* if( info->watch.state == STATE_STOPPED )
|
||||
{
|
||||
vj_fork_or_connect_veejay( config_file );
|
||||
// GtkWidget *w = glade_xml_get_widget(info->main_window, "veejay_connection");
|
||||
// gtk_widget_show(w);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
static void _update_vs()
|
||||
|
||||
Reference in New Issue
Block a user