diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-10-10 15:05:50 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-10-10 15:05:50 -0600 | 
| commit | 541da6f3bbf81be93dfe3c01f7c8cfd757b28a2b (patch) | |
| tree | bd784c8aca6edc22db2cd89a38afc88182cd2256 /ao-tools/ao-view/aoview_main.c | |
| parent | dfc73cba1bee8b121e00e8cba45e7dfaaf79e9d8 (diff) | |
| parent | 5f26ad663b3f60dddc9d967206e365f45dc4acd1 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
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); | 
