kwo pushed a commit to branch master.
commit f1c8766cca27727ec6007bf5c31c68f3e33693cd
Author: Kim Woelders <[email protected]>
Date: Sat Jul 13 20:33:05 2013 +0200
Use "wop" in stead of ancient "remember" IPC command.
Already done in remember case, seems appropriate for unremembering too.
---
api/epplet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/epplet.c b/api/epplet.c
index a2626bd..dd76d87 100644
--- a/api/epplet.c
+++ b/api/epplet.c
@@ -1029,7 +1029,7 @@ Epplet_unremember(void)
{
char s[1024];
- Esnprintf(s, sizeof(s), "remember %x none", (unsigned int)mainwin->win);
+ Esnprintf(s, sizeof(s), "wop %x snap none", (unsigned int)mainwin->win);
ECommsSend(s);
ESYNC;
}
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk