From 39d23ee41b100e12ebed66ffb8a5d603c5a11e2b Mon Sep 17 00:00:00 2001 From: stoyan Date: Wed, 21 Feb 2007 13:20:06 +0000 Subject: [PATCH] Source/NSAlert.m: Revert my last change regarding icon dimming. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24674 72102866-910b-0410-8b05-ffd578937521 --- Source/NSAlert.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/NSAlert.m b/Source/NSAlert.m index 41a6d6231..bea65f4ad 100644 --- a/Source/NSAlert.m +++ b/Source/NSAlert.m @@ -359,7 +359,6 @@ setControl(NSView* content, id control, NSString *title) [icoButton setEnabled: NO]; [[icoButton cell] setImageDimsWhenDisabled: NO]; [icoButton setImagePosition: NSImageOnly]; - [[icoButton cell] setImageDimsWhenDisabled: NO]; image = [[NSApplication sharedApplication] applicationIconImage]; [icoButton setImage: image]; [content addSubview: icoButton];