From 02caba469a78c33c8b5954297cd9c455ea3317c4 Mon Sep 17 00:00:00 2001 From: Alexandr Savca Date: Fri, 17 May 2024 03:10:29 +0300 Subject: [PATCH] ratpoison: hotfix for 0010-Notification-on-urgency-flag.patch --- ratpoison/.md5sum | 2 +- ratpoison/0010-Notification-on-urgency-flag.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ratpoison/.md5sum b/ratpoison/.md5sum index 058bbdc..78908f3 100644 --- a/ratpoison/.md5sum +++ b/ratpoison/.md5sum @@ -7,6 +7,6 @@ a8da2c3fa7027924308ff32015c39e17 0006-Fix-don-t-draw-help-window-beyond-screen- 4e5e803df9eae0683cec89182e6c46cf 0007-Fix-draw-the-license-text-centered-on-multi-screen-s.patch be4ad9e2d3afbe4f1b7e7ce336b05a3b 0008-Fix-exclude-degenerate-case-from-frame-overlap.patch 21b1fb165c64945114bbfb2dfa76e425 0009-ratpoison.mdoc.1-add-missing-infofmt-description-and.patch -5102314ef1b7eb7b81a104d0371bcd4e 0010-Notification-on-urgency-flag.patch +15c53d4657b83cc7d12d9f81ca754a32 0010-Notification-on-urgency-flag.patch 63afedddd7897bb248cf6eea2b7f560e genratpoison-re.pl de38668b1fa3d65821c1da2e35c52cd3 ratpoison-re.pl.diff diff --git a/ratpoison/0010-Notification-on-urgency-flag.patch b/ratpoison/0010-Notification-on-urgency-flag.patch index a07d44b..8274f95 100644 --- a/ratpoison/0010-Notification-on-urgency-flag.patch +++ b/ratpoison/0010-Notification-on-urgency-flag.patch @@ -51,7 +51,7 @@ index 4808d29..9aac114 100644 + if (!win_elem && group != NULL) + win_elem = group_find_window (&group->unmapped_windows, win); + -+ if (win_elem) ++ if (win_elem && group) + marked_message_printf (0, 0, "Window %i (%s) in group %i wants attention", + win_elem->number, window_name (win), group->number); + }