diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-10 11:43:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-10 11:43:31 -0700 |
commit | e29961fdb2a48874c895829880eadbf13e094c0c (patch) | |
tree | 9ed95ef96a1f03e0c0b8341254b1e1fbd7627a7c /ao-tools/ao-view/aoview_main.c | |
parent | a3771bfc5ce740f9d89193e9f8b1d7987aa57264 (diff) |
Add channel menu to ao-view.
Sets radio channel when TD is connected, saves selected channel in
gconf database.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-view/aoview_main.c')
-rw-r--r-- | ao-tools/ao-view/aoview_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/ao-view/aoview_main.c b/ao-tools/ao-view/aoview_main.c index 64c1c027..714bee9a 100644 --- a/ao-tools/ao-view/aoview_main.c +++ b/ao-tools/ao-view/aoview_main.c @@ -86,6 +86,8 @@ int main(int argc, char **argv) aoview_voice_init(xml); + aoview_channel_init(xml); + aoview_dev_dialog_init(xml); aoview_state_init(xml); |