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:
Niels Elburg
2008-12-17 20:48:50 +00:00
parent f2e1a5f224
commit b61f293ee4
2 changed files with 27 additions and 21 deletions

View File

@@ -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()