[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnustep-cvs] r22892 - in /libs/gui/trunk: ChangeLog Documentation/G
From: |
Fred Kiefer |
Subject: |
Re: [Gnustep-cvs] r22892 - in /libs/gui/trunk: ChangeLog Documentation/GuiUser/DefaultsSummary.gsdoc Source/GSDragView.m Source/NSApplication.m |
Date: |
Fri, 12 May 2006 18:26:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060411 |
Tim McIntosh wrote:
>
> On May 11, 2006, at 5:41 PM, Fred Kiefer wrote:
>
>> Quentin Mathé wrote:
>>>
>>> I think it could be better to phrase the key 'GSDontShowAppIcon' in an
>>> affirmative way, just 'GSShowAppIcon'. It seems to be the usual rule
>>> with boolean choice in UI and API.
>>
>> But then it was not the only reason, it is also easier to check that
>> way, as the default, when the option is no specified at all, should be
>> to show the icon. This also means that when you want to show the icon,
>> you don't have to provide a setting, an option is only needed to switch
>> it off. That's why I did stick with the way Saso decided to do it.
>
> How about something like one of the following?
>
> GSHideAppIcon
> GSDisableAppIcon
> GSInhibitAppIcon
> GSSuppressAppIcon
>
OK, I did selecte GSSuppressAppIcon out of this list. It really is the
better name.
Thanks
Fred