From: gc Date: Sat, 17 May 2008 15:01:43 +0000 (+0000) Subject: need to remove the urgency_hint :/ X-Git-Tag: 0.9.0~24 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=e2e373be81b78ed2db0c034bc7913c05908d8ff8;hp=be64d2a512363c9de09cf6914627a2a55a18dfc4 need to remove the urgency_hint :/ --- 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']