From 7b6711d0ceb2134813c24f666db416084c8950e7 Mon Sep 17 00:00:00 2001 From: niels Date: Wed, 30 Mar 2011 22:38:43 +0200 Subject: [PATCH] fixed commandline option in reloaded for starting with preview enabled --- veejay-current/veejay-client/src/vj-api.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/veejay-current/veejay-client/src/vj-api.c b/veejay-current/veejay-client/src/vj-api.c index 8792f069..b61f046d 100644 --- a/veejay-current/veejay-client/src/vj-api.c +++ b/veejay-current/veejay-client/src/vj-api.c @@ -7160,7 +7160,6 @@ int vj_gui_reconnect(char *hostname,char *group_name, int port_num) info->uc.reload_hint[HINT_SEQ_ACT] = 1; info->uc.reload_hint[HINT_HISTORY] = 1; - return 1; } @@ -7283,10 +7282,9 @@ gboolean is_alive( int *do_sync ) multrack_audoadd( info->mt, remote, port ); *do_sync = 1; if( user_preview ) { - info->preview_locked = 1; - multitrack_set_quality( info->mt, user_preview ); + // info->preview_locked = 1; set_toggle_button( "previewtoggle", 1 ); - info->preview_locked = 0; + // info->preview_locked = 0; } veejay_stop_connecting(gui); }