]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XMiniBuffer.C
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / XMiniBuffer.C
index 5b72dc0605b4ab8be8869024ec80514403ac1c0a..71c4380eb35d4c785c4d6b79ea4113d40dc3a9a9 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file XMiniBuffer.C
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars
  * \author Asger and Juergen
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
@@ -230,7 +232,7 @@ void XMiniBuffer::show_info(string const & info, string const & input, bool appe
 
 void XMiniBuffer::idle_timeout()
 {
-       set_input(currentState(view_->view()));
+       set_input(currentState(view_->view().get()));
 }