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.

-- 
Gustavo Sverzut Barbieri
--------------------------------------
Jabber: [EMAIL PROTECTED]
   MSN: [EMAIL PROTECTED]
  ICQ#: 17249123
 Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-------------------------------------------------------------------------
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