X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=plugins%2FVimish.cs;h=3b4969f5c3937f3ebd785aa0cc8e995bd18b1faf;hb=638aa976c61aff23d6394609ee840222aadaa423;hp=ebe088cbe654996490e18245bf9c3b5620e009a2;hpb=e754c4d8175a3e5b381d27b8eb5a11a8d6085d7f;p=WebThing.git diff --git a/plugins/Vimish.cs b/plugins/Vimish.cs index ebe088c..3b4969f 100644 --- a/plugins/Vimish.cs +++ b/plugins/Vimish.cs @@ -17,7 +17,7 @@ public class Vimish : WebThingPlugin { commandline = new Gtk.Entry(); commandline.Activated += command_Activate; commandline.KeyPressEvent += command_KeyPress; - wt.AttachWidget(commandline, CompassDirection.S, AttachOptions.Fill, AttachOptions.Shrink); + wt.AttachWidget(commandline, AttachPoint.S, AttachOptions.Fill, AttachOptions.Shrink); commandline.Hide();