projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
be64d2a
)
need to remove the urgency_hint :/
author
gc
<gc>
Sat, 17 May 2008 15:01:43 +0000
(15:01 +0000)
committer
gc
<gc>
Sat, 17 May 2008 15:01:43 +0000
(15:01 +0000)
bin/booh
patch
|
blob
|
history
diff --git
a/bin/booh
b/bin/booh
index 04b53df7db806e22ebab03cf75230ec8a505a0cc..07eb57ed28b152b0aa45ec75bb5d1cf4c09d7dfa 100755
(executable)
--- 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('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']
#- read/save size and position of window
if $config['pos-x'] && $config['pos-y']