Enlightenment CVS committal Author : kwo Project : e16 Module : epplets
Dir : e16/epplets/api Modified Files: epplet.c Log Message: Remove obsolete "new-remember" option. =================================================================== RCS file: /cvs/e/e16/epplets/api/epplet.c,v retrieving revision 1.140 retrieving revision 1.141 diff -u -3 -r1.140 -r1.141 --- epplet.c 16 Apr 2006 08:41:59 -0000 1.140 +++ epplet.c 18 Mar 2007 04:29:31 -0000 1.141 @@ -1047,18 +1047,6 @@ { char s[1024]; -#ifdef NEW_REMEMBER -#ifndef NO_AUTO_RESPAWN - char commandbuf[] = "command"; - -#else - char commandbuf[] = ""; - -#endif - Esnprintf(s, sizeof(s), "remember %x none layer border location " - "sticky shade group %s", (unsigned int)mainwin->win, commandbuf); - ECommsSend(s); -#else Esnprintf(s, sizeof(s), "remember %x none", (unsigned int)mainwin->win); ECommsSend(s); Esnprintf(s, sizeof(s), "remember %x layer", (unsigned int)mainwin->win); @@ -1076,7 +1064,6 @@ #ifndef NO_AUTO_RESPAWN Esnprintf(s, sizeof(s), "remember %x command", (unsigned int)mainwin->win); ECommsSend(s); -#endif #endif } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs