]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- updated to 0.3.0
authorgrzegol <grzegol@pld-linux.org>
Mon, 4 Mar 2002 20:05:10 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks-lua-config-file.patch -> 1.2

elinks-lua-config-file.patch

index a084259fdc1aa77a602014a6360811236fce51ae..be1a3c6ca2715f09fc44f7040c9c28056a93f11c 100644 (file)
@@ -1,11 +1,11 @@
-diff -urN aa/elinks-20020208/lua.c elinks-20020208/lua.c
---- aa/elinks-20020208/lua.c   Sat Dec 29 18:46:59 2001
-+++ elinks-20020208/lua.c      Tue Feb 12 19:55:45 2002
+diff -urN elinks-20020302/lua.c aaa/elinks-20020302/lua.c
+--- elinks-20020302/lua.c      Tue Feb 12 13:18:41 2002
++++ aaa/elinks-20020302/lua.c  Sun Mar  3 21:27:56 2002
 @@ -468,6 +468,7 @@
        lua_register(L, "edit_bookmark_dialog", l_edit_bookmark_dialog);
        lua_register(L, "xdialog", l_xdialog);
        do_hooks_file(L, "/etc/", "links-hooks.lua");
 +      do_hooks_file(L, "/etc/", "elinks-hooks.lua");
-       do_hooks_file(L, links_home, "hooks.lua");
+       if (links_home) do_hooks_file(L, links_home, "hooks.lua");
  }
  
This page took 0.144152 seconds and 4 git commands to generate.