From: c vw Date: Wed, 8 Jul 2020 13:20:50 +0000 (+0200) Subject: Removed error that hides "tune use drive" button in TX menu X-Git-Url: https://git.rkrishnan.org/pf/simplejson/bar.txt?a=commitdiff_plain;h=e6f870bb5743a24245c166d79976eabb65156bfe;p=pihpsdr.git Removed error that hides "tune use drive" button in TX menu --- diff --git a/tx_menu.c b/tx_menu.c index 1337786..4624696 100644 --- a/tx_menu.c +++ b/tx_menu.c @@ -520,10 +520,10 @@ void tx_menu(GtkWidget *parent) { gtk_spin_button_set_value(GTK_SPIN_BUTTON(ctcss_spin),(double)transmitter->ctcss_frequency); gtk_grid_attach(GTK_GRID(grid),ctcss_spin,col,row,1,1); g_signal_connect(ctcss_spin,"value-changed",G_CALLBACK(ctcss_spin_cb),NULL); - +*/ row++; col=0; -*/ + GtkWidget *tune_use_drive_b=gtk_check_button_new_with_label("Tune use drive"); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (tune_use_drive_b), transmitter->tune_use_drive); gtk_widget_show(tune_use_drive_b);