Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/winlist


Modified Files:
        e_mod_main.c 


Log Message:
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.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/winlist/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c        13 Sep 2007 21:20:14 -0000      1.3
+++ e_mod_main.c        30 Oct 2007 03:34:28 -0000      1.4
@@ -62,7 +62,7 @@
      {
        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();



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to