On Thu, Jan 21, 2010 at 5:50 AM, Enlightenment SVN <[email protected]> wrote: > Log: > remove unneeded action > Author: englebass > Date: 2010-01-20 23:50:06 -0800 (Wed, 20 Jan 2010) > New Revision: 45379 > > Modified: > trunk/e/src/bin/e_actions.c > > Modified: trunk/e/src/bin/e_actions.c > =================================================================== > --- trunk/e/src/bin/e_actions.c 2010-01-21 02:05:19 UTC (rev 45378) > +++ trunk/e/src/bin/e_actions.c 2010-01-21 07:50:06 UTC (rev 45379) > @@ -2184,91 +2184,6 @@ > } > > /***************************************************************************/ > -ACT_FN_GO(shelf_show) > -{ > - Eina_List *l; > - E_Shelf *es; > - > - if (params) > - { > - for (; *params != '\0'; params++) > - if (!isspace(*params)) > - break; > - if (*params == '\0') > - params = NULL; > - } > - > - EINA_LIST_FOREACH(e_shelf_list(), l, es) > - { > - if ((!params) || (params && (fnmatch(params, es->name, 0) == 0))) > - { > - e_shelf_toggle(es, 1); > - e_shelf_toggle(es, 0); > - } > - } > -}
WHY???? I use this since I use shelf autohide and like to see what's the time and status without moving my hand to touch the mouse... So in my case Ctrl+Alt+Up shows it :-( -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
