Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        aclass.c 


Log Message:
Add command to reload keybindings.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/aclass.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- aclass.c    25 Jan 2005 21:56:07 -0000      1.6
+++ aclass.c    6 Feb 2005 08:18:50 -0000       1.7
@@ -1044,6 +1044,12 @@
        if (lst)
           Efree(lst);
      }
+   else if (!strncmp(cmd, "load", 2))
+     {
+       if (!strcmp(p, "all"))
+          AclassConfigLoadConfig();
+       AclassConfigLoadUser();
+     }
 }
 
 static void
@@ -1224,7 +1230,8 @@
     AclassIpc,
     "aclass", "ac",
     "Action class functions",
-    "  aclass list               List action classes\n"}
+    "  aclass list               List action classes\n"
+    "  aclass load [all]         Reload user defined/all action classes\n"}
    ,
    {
     IPC_KeybindingsGet, "get_keybindings", NULL, "List keybindings", NULL}




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to