From a126f79a5e1926db56a29f1c1d59e51d217be41a Mon Sep 17 00:00:00 2001 From: Eric Schuele Date: Tue, 30 Oct 2007 03:34:28 +0000 Subject: [PATCH] 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 --- src/modules/winlist/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/winlist/e_mod_main.c b/src/modules/winlist/e_mod_main.c index d5d586312..355a59e52 100644 --- a/src/modules/winlist/e_mod_main.c +++ b/src/modules/winlist/e_mod_main.c @@ -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();