From e2e373be81b78ed2db0c034bc7913c05908d8ff8 Mon Sep 17 00:00:00 2001 From: gc Date: Sat, 17 May 2008 15:01:43 +0000 Subject: [PATCH] need to remove the urgency_hint :/ --- bin/booh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/booh b/bin/booh index 04b53df..07eb57e 100755 --- a/bin/booh +++ b/bin/booh @@ -4512,6 +4512,9 @@ def create_main_window $main_window.signal_connect('delete-event') { try_quit({ :disallow_cancel => true }) } + $main_window.signal_connect('focus-in-event') { + $main_window.urgency_hint = false + } #- read/save size and position of window if $config['pos-x'] && $config['pos-y'] -- 2.21.3