commit: | 9ecd1220fabdcf210aab46afc46c6d6627a4fe21 |
author: | Chip Black |
committer: | Chip Black |
date: | Tue Jun 2 04:12:13 2009 -0500 |
parents: | 7bf09cef03c7fd78e599039b14a29e8a3f3eed42 |
diff --git a/WebThing b/WebThing line changes: +2/-0 index 50e56f3..c999914 --- a/WebThing +++ b/WebThing
@@ -1,5 +1,7 @@ #!/bin/sh +cd `dirname "$0"` + export LD_LIBRARY_PATH=plugins:$LD_LIBRARY_PATH echo $LD_LIBRARY_PATH
diff --git a/plugins/Vimish.cs b/plugins/Vimish.cs line changes: +0/-3 index ad2a9e5..7ed071f --- a/plugins/Vimish.cs +++ b/plugins/Vimish.cs
@@ -43,9 +43,6 @@ public class Plugin { case Gdk.Key.t: CommandStart("tabopen "); break; - case Gdk.Key.BackSpace: - wt.WebView.GoBack(); - break; case Gdk.Key.colon: CommandlineShow(); break;