Added the Add Bookmark toolbar item to the default toolbar. Refs #8772
[adiumx.git] / Source / AIUserListOutlineView.m
blob40be821aa16d676bfb5d3af88a1144644e9788f8
1 //
2 //  AIUserListOutlineView.m
3 //  Adium
4 //
5 //  Created by Evan Schoenberg on 11/22/07.
6 //
8 #import "AIUserListOutlineView.h"
10 @implementation AIUserListOutlineView
12 /*!
13  * @brief Should we perform type select next/previous on find?
14  *
15  * @return YES to switch between type-select results. NO to to switch within the responder chain.
16  */
17 - (BOOL)tabPerformsTypeSelectFind
19         return NO;
22 @end