From: Chef Date: Tue, 14 Apr 2020 17:24:51 +0000 (+0200) Subject: Show the important "TUNE" button more often. X-Git-Url: https://git.rkrishnan.org/pf/content/reliability?a=commitdiff_plain;h=25d5660d3113e863d365812c563bf6c9eb0093ac;p=pihpsdr.git Show the important "TUNE" button more often. --- diff --git a/toolbar.c b/toolbar.c index 991b456..9715b76 100644 --- a/toolbar.c +++ b/toolbar.c @@ -140,7 +140,7 @@ void update_toolbar_labels() { break; case 2: if(can_transmit) { - gtk_button_set_label(GTK_BUTTON(sim_mox),"Mox"); + gtk_button_set_label(GTK_BUTTON(sim_mox),"Tune"); } else { gtk_button_set_label(GTK_BUTTON(sim_mox),""); } @@ -802,11 +802,11 @@ void sim_mox_cb(GtkWidget *widget, gpointer data) { switch(function) { case 0: case 1: - case 2: case 3: case 4: mox_cb((GtkWidget *)NULL, (gpointer)NULL); break; + case 2: case 5: tune_cb((GtkWidget *)NULL, (gpointer)NULL); break;