Skip to content

Commit

Permalink
add Favorite Servers/fix Recent Servers
Browse files Browse the repository at this point in the history
close #891
  • Loading branch information
skurfer committed Sep 19, 2012
1 parent 31ba5f3 commit 24c1f17
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
30 changes: 27 additions & 3 deletions Quicksilver/PlugIns-Main/QSCorePlugIn/QSCorePlugIn-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -471,13 +471,13 @@
<key>bundle</key>
<string>com.apple.recentitems</string>
<key>type</key>
<integer>3</integer>
<integer>2</integer>
<key>keypath</key>
<array>
<string>RecentServers</string>
<string>Hosts</string>
<string>CustomListItems</string>
<string>*</string>
<string>Alias</string>
<string>URL</string>
</array>
</dict>
<key>icon</key>
Expand Down Expand Up @@ -511,6 +511,30 @@
<key>ID</key>
<string>QSPresetRecentItems</string>
</dict>
<dict>
<key>ID</key>
<string>QSPresetFavoriteServers</string>
<key>enabled</key>
<true/>
<key>icon</key>
<string>GenericFileServerIcon</string>
<key>settings</key>
<dict>
<key>bundle</key>
<string>com.apple.sidebarlists</string>
<key>keypath</key>
<array>
<string>favoriteservers</string>
<string>CustomListItems</string>
<string>*</string>
<string>URL</string>
</array>
<key>type</key>
<integer>2</integer>
</dict>
<key>source</key>
<string>QSDefaultsObjectSource</string>
</dict>
</array>
<key>catalogPath</key>
<string>/</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@
<string>Recent Selections</string>
<key>QSPresetRecentServers</key>
<string>Recent Servers</string>
<key>QSPresetFavoriteServers</key>
<string>Favorite Servers</string>
<key>QSPresetRendezvous</key>
<string>Rendezvous Servers</string>
<key>QSPresetRendezvousMachines</key>
Expand Down

0 comments on commit 24c1f17

Please sign in to comment.