Adium

Changeset 23991

Show
Ignore:
Timestamp:
06/15/2008 02:21:57 PM (6 months ago)
Author:
applmak
Message:

In what may be the most amount of time spent on debugging a problem with an obvious solution, I have changed the various status properties to be rw, rather than just r.
10.4 completely ignores this flag, but 10.5 respects it.
Fixes #8809.
Fixes #10118.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Resources/Adium.sdef

    r23865 r23991  
    226226                                <cocoa key="scriptingStatusType" /> 
    227227                        </property> 
    228                         <property name="status message" code="Pstm" type="rich text" access="r" description="The custom status message for this contact."> 
     228                        <property name="status message" code="Psmg" type="rich text" access="r" description="The custom status message for this contact."> 
    229229                                <cocoa key="scriptingStatusMessage" /> 
    230230                        </property> 
     
    238238                <class name="status" plural="statuses" code="Csts" description="A saved status in Adium"> 
    239239                        <cocoa class="AIStatus" /> 
    240                         <property name="title" code="Pttl" type="text" access="r" description="The title of the status."> 
     240                        <property name="title" code="Pttl" type="text" access="rw" description="The title of the status."> 
    241241                                <cocoa key="scriptingTitle" /> 
    242242                        </property> 
    243                         <property name="status type" code="Psts" type="status types" access="r" description="The type of this status."> 
     243                        <property name="status type" code="Psts" type="status types" access="rw" description="The type of this status."> 
    244244                                <cocoa key="statusTypeApplescript"/> 
    245245                        </property> 
    246                         <property name="message" code="Pstm" type="rich text" access="r" description="The custom status message."> 
     246                        <property name="status message" code="Psmg" type="rich text" access="rw" description="The custom status message."> 
    247247                                <cocoa key="scriptingMessage"/> 
    248248                        </property> 
    249                         <property name="autoreply" code="Paut" type="rich text" access="r" description="The message to auto reply"> 
     249                        <property name="autoreply" code="Paut" type="rich text" access="rw" description="The message to auto reply"> 
    250250                                <cocoa key="scriptingAutoreply"/> 
    251251                        </property> 
     
    253253                             <cocoa key="uniqueStatusID"/> 
    254254            </property> 
    255             <property name="saved" code="Psav" type="boolean" access="r" description="Whether this status is temporary or not"> 
     255            <property name="saved" code="Psav" type="boolean" access="rw" description="Whether this status is temporary or not"> 
    256256                <cocoa key="scriptingMutabilityType"/> 
    257257            </property>