Use "wop" in stead of ancient "remember" IPC command.

Already done in remember case, seems appropriate for unremembering too.
This commit is contained in:
Kim Woelders 2013-07-13 20:33:05 +02:00
parent 695a39808a
commit f1c8766cca
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}