Changeset 4102

Show
Ignore:
Timestamp:
05/08/06 20:09:33 (3 years ago)
Author:
morris
Message:

Document server fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/Package/Info.plist

    r3004 r4102  
    44<dict> 
    55        <key>CFBundleGetInfoString</key> 
    6         <string>Wired Server 1.3</string> 
     6        <string>Wired Server 1.3.1</string> 
    77        <key>CFBundleIdentifier</key> 
    88        <string>com.zanka.WiredServer</string> 
     
    1010        <string>Wired Server</string> 
    1111        <key>CFBundleShortVersionString</key> 
    12         <string>1.3</string> 
     12        <string>1.3.1</string> 
    1313        <key>IFMajorVersion</key> 
    1414        <integer>1</integer> 
  • WiredServer/trunk/Package/Resources/English.lproj/Description.plist

    r3004 r4102  
    1010        <string>Wired Server</string> 
    1111        <key>IFPkgDescriptionVersion</key> 
    12         <string>1.3</string> 
     12        <string>1.3.1</string> 
    1313</dict> 
    1414</plist> 
  • WiredServer/trunk/Package/Resources/English.lproj/ReadMe.rtf

    r3873 r4102  
    44\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    55 
    6 \f0\b\fs36 \cf2 Wired Server 1.3 Read Me\cf0 \ 
     6\f0\b\fs36 \cf2 Wired Server 1.3.1 Read Me\cf0 \ 
    77\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    88 
     
    2727\f0\b \cf0 \ 
    2828\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    29 \cf2 1.3\ 
     29\cf2 1.3.1\ 
     30\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     31 
     32\f1\b0 \cf0 - Fix problem with main thread hanging after registering with a tracker sometimes\ 
     33\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
     34 
     35\f0\b \cf2 \ 
     361.3\ 
    3037\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    3138 
  • WiredServer/trunk/PreferencePane/English.lproj/InfoPlist.strings

    r3946 r4102  
    22 
    33CFBundleName = "Wired"; 
    4 CFBundleShortVersionString = "Wired Server 1.3"; 
    5 CFBundleGetInfoString = "Wired Server 1.3, Copyright (c) 2003-2006, Zanka Software."; 
     4CFBundleShortVersionString = "Wired Server 1.3.1"; 
     5CFBundleGetInfoString = "Wired Server 1.3.1, Copyright (c) 2003-2006, Zanka Software."; 
    66NSHumanReadableCopyright = "Copyright (c) 2003-2006, Zanka Software."; 
  • WiredServer/trunk/WCAccountsController.m

    r4011 r4102  
    501501                [_tableView reloadData]; 
    502502                 
     503                row = [_tableView selectedRow]; 
    503504                row = row == 0 ? 0 : row - 1; 
    504505