stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Re: typo in window.lisp


From: Vitaly Mayatskikh
Subject: [STUMP] Re: typo in window.lisp
Date: Fri, 30 Jan 2009 15:34:18 +0100
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/22.2 Mule/5.0 (SAKAKI)

At Thu, 29 Jan 2009 19:40:59 +0100, Vitaly Mayatskikh wrote:

One more dformat typo in window.lisp

diff --git a/window.lisp b/window.lisp
index 2b0f5b8..b3e318d 100644
--- a/window.lisp
+++ b/window.lisp
@@ -779,7 +779,7 @@ needed."
           (delete window (screen-withdrawn-windows screen)))
     (setf (screen-urgent-windows screen)
           (delete window (screen-urgent-windows screen)))
-    (dformat 1 "destroy window ~a~%" screen)
+    (dformat 1 "destroy window ~a~%" window)
     (dformat 3 "destroying parent window~%")
     (dformat 7 "parent window is ~a~%" (window-parent window))
     (xlib:destroy-window (window-parent window))))

--
wbr, Vitaly




reply via email to

[Prev in Thread] Current Thread [Next in Thread]