diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-30 17:21:51 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-30 17:21:51 +0000 |
commit | d0af0e41aa9f536bc9bc47872117eb65979cd015 (patch) | |
tree | eb1ba805a4b8ea74a4343bc6c7cbb9886d03a07e /chrome/app/nibs | |
parent | 63514afa2ee674c9edf20f5f78acda206708f721 (diff) | |
download | chromium_src-d0af0e41aa9f536bc9bc47872117eb65979cd015.zip chromium_src-d0af0e41aa9f536bc9bc47872117eb65979cd015.tar.gz chromium_src-d0af0e41aa9f536bc9bc47872117eb65979cd015.tar.bz2 |
Make it possible to create a new bookmark folder on all parts of an empty bookmark bar (except the "import bookmarks" link itself).
Xib change: hooked the bookmark bar context menu up to the width tweaker that holds the "import bookmarks" link.
BUG= 39362
TEST= in a browser with no bookmarks, try to right-click to the right of the "import bookmarks" link. The menu for bookmark creation should pop up.
Review URL: http://codereview.chromium.org/1385001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/BookmarkBar.xib | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/chrome/app/nibs/BookmarkBar.xib b/chrome/app/nibs/BookmarkBar.xib index bb73be0..f5116fe 100644 --- a/chrome/app/nibs/BookmarkBar.xib +++ b/chrome/app/nibs/BookmarkBar.xib @@ -8,9 +8,9 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> + <integer value="4"/> <integer value="18"/> <integer value="1"/> - <integer value="4"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -739,6 +739,14 @@ </object> <int key="connectionID">117</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">menu</string> + <reference key="source" ref="1023728927"/> + <reference key="destination" ref="183701277"/> + </object> + <int key="connectionID">118</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -1110,7 +1118,7 @@ <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>BookmarkMenu</string> - <string>{{199, 226}, {365, 233}}</string> + <string>{{11, 226}, {365, 233}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -1166,7 +1174,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">117</int> + <int key="maxID">118</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |