From e9269590110d22aceb3bcbdd9093fa36dcd15e35 Mon Sep 17 00:00:00 2001 From: espen Date: Mon, 10 Apr 2006 18:54:47 +0000 Subject: [PATCH] Added missing argument to selection-set-owner --- gtk/gtkselection.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/gtkselection.lisp b/gtk/gtkselection.lisp index e4a66fe..a7a3147 100644 --- a/gtk/gtkselection.lisp +++ b/gtk/gtkselection.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtkselection.lisp,v 1.7 2006/02/26 15:22:47 espen Exp $ +;; $Id: gtkselection.lisp,v 1.8 2006/04/10 18:54:47 espen Exp $ (in-package "GTK") @@ -97,7 +97,8 @@ boolean (display gdk:display) (widget widget) - ((gdk:atom-intern selection) gdk:atom)) + ((gdk:atom-intern selection) gdk:atom) + (time (unsigned 32))) (defbinding selection-add-target () nil (widget widget) -- 2.11.0