diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 16:13:11 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 16:13:11 +0000 |
commit | 2898901f661d287c78aa25f68b9c6465038884aa (patch) | |
tree | c354851cca7d6e6943eed962545a21fe7fddb2b3 /chrome/app | |
parent | 269ab28cc179018f1e050b3d3332c2007c30422f (diff) | |
download | chromium_src-2898901f661d287c78aa25f68b9c6465038884aa.zip chromium_src-2898901f661d287c78aa25f68b9c6465038884aa.tar.gz chromium_src-2898901f661d287c78aa25f68b9c6465038884aa.tar.bz2 |
Mac: Theme "Show all downloads..." link.
Refactor HyperlinkCell a bit and make it less crashy.
This depends on http://codereview.chromium.org/377026 (the changes form that CL are contained in this CL too. Ignore them.)
BUG=none
TEST=Install theme, "Show all downloads..." color should change. Uninstall theme through installing the "classic" theme in the gallery, link should be blue again. Hit "Reset to default theme" in prefs, theme should still be blue. Open and close shelf a few times and change themes, nothing should crash.
Review URL: http://codereview.chromium.org/371059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/DownloadShelf.xib | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/chrome/app/nibs/DownloadShelf.xib b/chrome/app/nibs/DownloadShelf.xib index ba46caa..37ff2eb 100644 --- a/chrome/app/nibs/DownloadShelf.xib +++ b/chrome/app/nibs/DownloadShelf.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="31"/> + <integer value="24"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -231,14 +231,6 @@ <int key="connectionID">23</int> </object> <object class="IBConnectionRecord"> - <object class="IBOutletConnection" key="connection"> - <string key="label">showAllDownloadsLink_</string> - <reference key="source" ref="1001"/> - <reference key="destination" ref="981303491"/> - </object> - <int key="connectionID">26</int> - </object> - <object class="IBConnectionRecord"> <object class="IBActionConnection" key="connection"> <string key="label">showDownloadsTab:</string> <reference key="source" ref="1001"/> @@ -278,6 +270,14 @@ </object> <int key="connectionID">38</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">showAllDownloadsCell_</string> + <reference key="source" ref="1001"/> + <reference key="destination" ref="285333647"/> + </object> + <int key="connectionID">39</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -460,7 +460,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">38</int> + <int key="maxID">39</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> @@ -519,14 +519,14 @@ <string>image_</string> <string>itemContainerView_</string> <string>resizeDelegate_</string> - <string>showAllDownloadsLink_</string> + <string>showAllDownloadsCell_</string> </object> <object class="NSMutableArray" key="dict.values"> <bool key="EncodedWithXMLCoder">YES</bool> <string>NSImageView</string> <string>NSView</string> <string>id</string> - <string>NSButton</string> + <string>HyperlinkButtonCell</string> </object> </object> <object class="IBClassDescriptionSource" key="sourceIdentifier"> |