That shouldn't happen

SVN revision: 1299
This commit is contained in:
Tom Gilbert 1999-11-14 00:45:48 +00:00
parent 49b584a369
commit 2d7903c6ec
1 changed files with 4 additions and 0 deletions

View File

@ -228,6 +228,8 @@ cloak_epplet (void *data)
Epplet_gadget_hide (btn_conf);
Epplet_gadget_hide (btn_help);
Epplet_gadget_hide (btn_save);
Epplet_gadget_hide (btn_ctimer);
Epplet_gadget_hide (btn_stimer);
Epplet_gadget_show (da);
cloak_draw (NULL);
cloaked = 1;
@ -298,6 +300,8 @@ cb_in (void *data, Window w)
Epplet_gadget_show (btn_conf);
Epplet_gadget_show (btn_help);
Epplet_gadget_show (btn_save);
Epplet_gadget_show (btn_ctimer);
Epplet_gadget_show (btn_stimer);
}
Epplet_remove_timer ("CLOAK_TIMER");
Epplet_remove_timer ("DRAW_TIMER");