From 25d5660d3113e863d365812c563bf6c9eb0093ac Mon Sep 17 00:00:00 2001 From: Chef Date: Tue, 14 Apr 2020 19:24:51 +0200 Subject: [PATCH] Show the important "TUNE" button more often. --- toolbar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.45.2