return YES from cocoa app delegate's applicationShouldHandleReopen: method. this allows app-icon-minimized windows on snow leopard to automatically restore when the dock icon is clicked

db4
Joe Groff 2009-08-27 21:16:41 -05:00
parent 367f024a1b
commit eb4081c696
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ CLASS: {
}
{ "applicationShouldHandleReopen:hasVisibleWindows:" "int" { "id" "SEL" "id" "int" }
[ [ 3drop ] dip 0 = [ show-listener ] when 0 ]
[ [ 3drop ] dip 0 = [ show-listener ] when 1 ]
}
{ "factorListener:" "id" { "id" "SEL" "id" }