]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
.
authorc vw <dl1ycf@darc.de>
Sun, 13 Sep 2020 15:08:12 +0000 (17:08 +0200)
committerc vw <dl1ycf@darc.de>
Sun, 13 Sep 2020 15:08:12 +0000 (17:08 +0200)
tx_menu.c

index 76edcc2b4969449edae4d9b00533e01c4888cc28..af9983cbbe6bdf0fc18ba31a0267b61e422a782b 100644 (file)
--- 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);
   }