Minor fixes
authorChip Black <bytex64@bytex64.net>
Tue, 2 Jun 2009 09:12:13 +0000 (04:12 -0500)
committerChip Black <bytex64@bytex64.net>
Tue, 2 Jun 2009 09:12:13 +0000 (04:12 -0500)
Made the launcher script work from anywhere, and remove duplicate
BackSpace handler in Vimish.cs

WebThing
plugins/Vimish.cs

index 50e56f3..c999914 100755 (executable)
--- 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
index ad2a9e5..7ed071f 100644 (file)
@@ -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;