Removing the winlist module will result in a) a segv the next time you use it (yes, you just removed it, but hey), b) the inability to use an exebuf action for a keybinding for the remainder of your E session. Fixed.

SVN revision: 32212
This commit is contained in:
Eric Schuele 2007-10-30 03:34:28 +00:00
parent 96b56f9854
commit a126f79a5e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ e_modapi_shutdown(E_Module *m)
{
e_action_predef_name_del(_("Window : List"), _("Previous Window"));
e_action_predef_name_del(_("Window : List"), _("Next Window"));
e_action_del("exebuf");
e_action_del("winlist");
act = NULL;
}
e_winlist_shutdown();