Clicking on dock icon with no windows visible opens new listener

db4
Slava Pestov 2009-03-05 16:32:43 -06:00
parent df95c2a5b4
commit ebb5adfdb7
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ CLASS: {
[ [ 3drop ] dip finder-run-files ]
}
{ "applicationShouldHandleReopen:hasVisibleWindows:" "int" { "id" "SEL" "id" "int" }
[ [ 3drop ] dip 0 = [ show-listener ] when 0 ]
}
{ "factorListener:" "id" { "id" "SEL" "id" }
[ 3drop show-listener f ]
}