projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c04de
)
fixed list audio output devices cast error
author
John Melton G0ORX
<john.d.melton@googlemail.com>
Thu, 7 Nov 2019 22:23:08 +0000
(22:23 +0000)
committer
John Melton G0ORX
<john.d.melton@googlemail.com>
Thu, 7 Nov 2019 22:23:08 +0000
(22:23 +0000)
rx_menu.c
patch
|
blob
|
history
diff --git
a/rx_menu.c
b/rx_menu.c
index f986b5138389bee7b41e2a646885b9b94130b8f5..f02f344ff7075b5f118ba7b75860db2bd2050e53 100644
(file)
--- a/
rx_menu.c
+++ b/
rx_menu.c
@@
-344,7
+344,7
@@
void rx_menu(GtkWidget *parent) {
output=gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(output),output_devices[i].description);
if(active_receiver->audio_name!=NULL) {
if(strcmp(active_receiver->audio_name,output_devices[i].description)==0) {
- gtk_
combo_box_set_active(GTK_COMBO_BOX
(output),i);
+ gtk_
toggle_button_set_active(GTK_TOGGLE_BUTTON
(output),i);
}
}
gtk_widget_show(output);