]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
small fix
authorc vw <dl1ycf@darc.de>
Fri, 21 May 2021 18:02:15 +0000 (20:02 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 21 May 2021 18:02:15 +0000 (20:02 +0200)
midi_menu.c

index 3e68ae56c7ed846ebfd56225c141c0475d790152..14c0783c7de55bd5dd2dda5e55d7791aead388d1 100644 (file)
@@ -579,7 +579,7 @@ static void add_cb(GtkButton *widget,gpointer user_data) {
   gint action;
   gint onoff;
 
-  if(str_type==NULL || str_action==NULL) {
+  if(str_type==NULL) {
     return;
   }
 
@@ -964,8 +964,8 @@ void midi_menu(GtkWidget *parent) {
   // Load Action box with "Key" actions
   i=0;
   jkey=0;
-  jknob;
-  jwheel;
+  jknob=0;
+  jwheel=0;
   //
   // the lists note the position of the action #i in the newAction_<type> combo-box
   // an action can appear in more than one combo-box.