fix(urgentwindows): The value #<TILE-GROUP xxx> is not of type

This commit is contained in:
undx 2022-09-22 16:27:12 +02:00
parent 6d4584f01d
commit 6b67ca9200
No known key found for this signature in database
GPG key ID: 97787BB1EF1D5496

View file

@ -20,7 +20,7 @@
(defun raise-urgent-window ()
(let ((last-urgent (pop *urgent-windows-stack*)))
(when last-urgent
(gselect (window-group last-urgent))
(gselect (group-name (window-group last-urgent)))
(really-raise-window last-urgent))))
(defcommand raise-urgent () ()