tags 581985 + patch
thanks

Patch attached.
--- terminal.app-0.9.4+cvs20051125.orig/ServicesPrefs.m
+++ terminal.app-0.9.4+cvs20051125/ServicesPrefs.m
@@ -7,20 +7,9 @@ Public License as published by the Free
 of the License. See COPYING or main.m for more information.
 */
 
-#include <Foundation/NSString.h>
-#include <Foundation/NSUserDefaults.h>
-#include <AppKit/NSButton.h>
-#include <AppKit/NSPopUpButton.h>
-#include <AppKit/NSTextField.h>
-#include <AppKit/NSTableView.h>
-#include <AppKit/NSTableColumn.h>
-#include <AppKit/NSScrollView.h>
-#include <AppKit/NSClipView.h>
-#include <AppKit/NSBox.h>
+#include <AppKit/AppKit.h>
 #include <GNUstepGUI/GSVbox.h>
 #include <GNUstepGUI/GSHbox.h>
-#include <AppKit/NSSavePanel.h>
-#include <AppKit/NSOpenPanel.h>
 #include "Label.h"
 
 #include "ServicesPrefs.h"
--- terminal.app-0.9.4+cvs20051125.orig/TerminalParser_LinuxPrefs.m
+++ terminal.app-0.9.4+cvs20051125/TerminalParser_LinuxPrefs.m
@@ -7,10 +7,7 @@ Public License as published by the Free
 of the License. See COPYING or main.m for more information.
 */
 
-#include <Foundation/NSString.h>
-#include <Foundation/NSUserDefaults.h>
-#include <AppKit/NSPopUpButton.h>
-#include <AppKit/NSBox.h>
+#include <AppKit/AppKit.h>
 #include <GNUstepGUI/GSTable.h>
 #include <GNUstepGUI/GSVbox.h>
 #include "Label.h"
--- terminal.app-0.9.4+cvs20051125.orig/TerminalViewPrefs.m
+++ terminal.app-0.9.4+cvs20051125/TerminalViewPrefs.m
@@ -7,18 +7,7 @@ Public License as published by the Free
 of the License. See COPYING or main.m for more information.
 */
 
-#include <Foundation/NSNotification.h>
-#include <Foundation/NSString.h>
-#include <Foundation/NSUserDefaults.h>
-#include <AppKit/NSBox.h>
-#include <AppKit/NSColor.h>
-#include <AppKit/NSColorPanel.h>
-#include <AppKit/NSColorWell.h>
-#include <AppKit/NSFont.h>
-#include <AppKit/NSGraphics.h>
-#include <AppKit/NSImage.h>
-#include <AppKit/NSTextField.h>
-#include <AppKit/NSFontManager.h>
+#include <AppKit/AppKit.h>
 #include <GNUstepGUI/GSVbox.h>
 #include <GNUstepGUI/GSHbox.h>
 #include "Label.h"

Reply via email to