stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] typo in window.lisp


From: Bob Farrell
Subject: Re: [STUMP] typo in window.lisp
Date: Fri, 30 Jan 2009 09:40:16 +0000
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Thu, Jan 29, 2009 at 07:40:59PM +0100, Vitaly Mayatskikh wrote:
> I think, there's typo in withdraw-window:
> 
> diff --git a/window.lisp b/window.lisp
> index 2b0f5b8..2dc1e40 100644
> --- a/window.lisp
> +++ b/window.lisp
> @@ -747,7 +747,7 @@ needed."
>    ;; This function cannot request info about WINDOW from the xserver as it 
> may not exist anymore.
>    (let ((group (window-group window))
>          (screen (window-screen window)))
> -    (dformat 1 "withdraw window ~a~%" screen)
> +    (dformat 1 "withdraw window ~a~%" window)
>      ;; Save it for later since it is only withdrawn, not destroyed.
>      (push window (screen-withdrawn-windows screen))
>      (setf (window-state window) +withdrawn-state+
> 
> --
> wbr, Vitaly
> 

Thanks for bringing this to our attention, Vitaly - sabetts' performance has
been under review recently.

> 
> _______________________________________________
> Stumpwm-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

-- 
--------------------------
Bob Farrell
pH, an Experian Company
www.phgroup.com
Office Line: 020 7598 0310
Fax: 020 7598 0311
--------------------------




reply via email to

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