diff --git a/ShellCmdInputController.hs b/ShellCmdInputController.hs
--- a/ShellCmdInputController.hs
+++ b/ShellCmdInputController.hs
@@ -59,8 +59,8 @@
   e <- textBufferGetEndIter buf
   textBufferGetText buf s e True
   
-runText :: Maybe s -> C -> IO C
-runText additionalInput state = do
+runText :: C -> IO C
+runText state = do
   locked <- tryPutMVar (execLock state) True
   if locked then
       case executeCB state of
diff --git a/tabloid.cabal b/tabloid.cabal
--- a/tabloid.cabal
+++ b/tabloid.cabal
@@ -1,5 +1,5 @@
 Name:	         tabloid
-Version:         0.46
+Version:         0.47
 Description:     GUI for shell commands and log analysis
 Category:	 System
 Synopsis:	 View the output of shell commands in a table
