diff --git a/hw/xquartz/X11Controller.m b/hw/xquartz/X11Controller.m index a56fc5c3a..e1a2856fe 100644 --- a/hw/xquartz/X11Controller.m +++ b/hw/xquartz/X11Controller.m @@ -96,6 +96,13 @@ [self set_apps_menu:array]; } + + [[NSNotificationCenter defaultCenter] + addObserver: self + selector: @selector(apps_table_done:) + name: NSWindowWillCloseNotification + object: [apps_table window]]; + } - (void) item_selected:sender diff --git a/hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib b/hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib index ea5dd835d..76148dacf 100644 --- a/hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib +++ b/hw/xquartz/bundle/Resources/English.lproj/main.nib/designable.nib @@ -2,7 +2,7 @@ 1050 - 9F10 + 9F30 670 949.34 352.00 @@ -1083,7 +1083,7 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 {484, 280} {{0, 0}, {1280, 938}} - {320, 262} + {213, 129} {3.40282e+38, 3.40282e+38} x11_prefs @@ -1392,31 +1392,6 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 25 - - - 289 - {{340, 12}, {100, 32}} - - YES - - 67239424 - 137887744 - Done - - - -2038284033 - 1 - - - - - - - - 200 - 25 - - {454, 271} @@ -1964,14 +1939,6 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 300394 - - - apps_table_done: - - - - 300420 - @@ -2584,7 +2551,6 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 - @@ -2993,20 +2959,6 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 - - 300418 - - - YES - - - - - - 300419 - - - @@ -3139,8 +3091,6 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 300368.ImportedFromIB2 300370.IBPluginDependency 300370.ImportedFromIB2 - 300418.IBPluginDependency - 300418.ImportedFromIB2 305.IBPluginDependency 305.ImportedFromIB2 310.IBPluginDependency @@ -3334,11 +3284,11 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 {{100, 746}, {155, 33}} com.apple.InterfaceBuilder.CocoaPlugin - {{68, 708}, {454, 271}} + {{68, 585}, {454, 271}} com.apple.InterfaceBuilder.CocoaPlugin - {{68, 708}, {454, 271}} + {{68, 585}, {454, 271}} {{433, 406}, {486, 327}} @@ -3480,8 +3430,6 @@ d2hpY2ggbWF5IHByZXZlbnQgWDExIGFwcGxpY2F0aW9ucyBmcm9tIGxhdW5jaGluZy4 com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{12, 633}, {218, 203}} com.apple.InterfaceBuilder.CocoaPlugin diff --git a/hw/xquartz/bundle/Resources/English.lproj/main.nib/keyedobjects.nib b/hw/xquartz/bundle/Resources/English.lproj/main.nib/keyedobjects.nib index e65937ed5..197c1be19 100644 Binary files a/hw/xquartz/bundle/Resources/English.lproj/main.nib/keyedobjects.nib and b/hw/xquartz/bundle/Resources/English.lproj/main.nib/keyedobjects.nib differ