Things I've tried, with no success:
- call gnome.sound_init before gnome.program_init - call gnome.sound_init after gnome.program_init - don't call gnome.sound_init at all
- call set_property('enable-sound', 1) on the result of gnome.program_init
- build GUI using libglade - build GUI without using libglade
- install various widget signal handlers - do not install any widget signal handlers
How do I get my app to respect the user's sound cue preferences?
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
