From: c vw Date: Sun, 13 Sep 2020 15:09:11 +0000 (+0200) Subject: . X-Git-Url: https://git.rkrishnan.org/uri/vdrive/(%5B%5E?a=commitdiff_plain;h=4c75d519fcf817f88bba9a2be67adb9b4446a2f1;p=pihpsdr.git . --- diff --git a/tx_menu.c b/tx_menu.c index 1bf9e90..b1f95ac 100644 --- a/tx_menu.c +++ b/tx_menu.c @@ -571,8 +571,8 @@ void tx_menu(GtkWidget *parent) { if(transmitter->local_microphone && (protocol==ORIGINAL_PROTOCOL || protocol==NEW_PROTOCOL)) { // If device has no microphone input, these widgest may not exist - if (micbin_b != NULL) gtk_widget_hide(micin_b); - if (linein_b != NULL) gtk_widget_hide(linein_b); + if (micin_b != NULL) gtk_widget_hide(micin_b); + if (linein_b != NULL) gtk_widget_hide(linein_b); if (micboost_b != NULL) gtk_widget_hide(micboost_b); }