mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
fix(urgentwindows): The value #<TILE-GROUP xxx> is not of type
This commit is contained in:
parent
6d4584f01d
commit
6b67ca9200
|
|
@ -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 () ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue