From: c vw Date: Sun, 13 Sep 2020 15:08:12 +0000 (+0200) Subject: . X-Git-Url: https://git.rkrishnan.org/components/vdrive//%22%22.?a=commitdiff_plain;h=bbead081817bdef4e6eb7d5c0e4be1946f4e503a;p=pihpsdr.git . --- diff --git a/tx_menu.c b/tx_menu.c index 76edcc2..af9983c 100644 --- a/tx_menu.c +++ b/tx_menu.c @@ -557,8 +557,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); }