On Wed, 5 Mar 2008 22:21:22 -0300 "Gustavo Sverzut Barbieri"
<[EMAIL PROTECTED]> babbled:

> Guys, the change to mark module as delayed made the mixer gadget to
> not show on shelf anymore, this is weird... is this expected?
> 
> Anyway, I reverted my commit. To keep history clean, I rewrote the
> history and if you "git-pull" it will not work as the HEAD pointer
> changed. But this is good because I can show you how git can make
> things cleaner and that it's not difficult to work around such things,
> just:
> 
>     git-reset --hard HEAD~2   # go back in past 2 commits, the parent
> of the removed commit
>     git-pull # regular update, will get the HEAD based on the common tree
> 
> if you think that this is bad, remember that you're not obligated to
> do such, but you can, so if you're developing a tree on your own and
> want to have clean patch set, it's easy.
> 

actully it was your changes to the alsa stuff. if
_mixer_gadget_configuration_defaults() can't find a card with
e_mixer_system_get_default_card() - it returns NULL and no gadget comes up.
install libasound-dev or whatever and it works. you might want to not abort
creating the gadget, but create it and simply fade it out and make it disabled
as there is no audio device mixer finds :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to