X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=plugins%2FVimish.cs;fp=plugins%2FVimish.cs;h=7acdad2dcb0d905250324d8b66ebcd76733c1a98;hb=80865e6b884a4bb289cb4a835a6fa66b3529c872;hp=3b4089d50068b905768e97a40c98ca28a55088ce;hpb=1bff29702cf8ce8c1952d22243e4dc7a9df74105;p=WebThing.git diff --git a/plugins/Vimish.cs b/plugins/Vimish.cs index 3b4089d..7acdad2 100644 --- a/plugins/Vimish.cs +++ b/plugins/Vimish.cs @@ -3,11 +3,11 @@ using System.Text.RegularExpressions; using Gtk; using bytex64.WebThing; -public class Plugin { +public class Vimish : WebThingPlugin { WebThing wt; Gtk.Entry commandline; - public Plugin(WebThing wt) { + public void Init(WebThing wt) { this.wt = wt; wt.WebView.KeyPressEvent += WebView_KeyPress;