From 52f9e54244e497919a130439d3cb498913df5f29 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 15 Jun 2010 08:05:26 +0000 Subject: =?UTF-8?q?=E2=80=A2=20several=20fixes=20for=20index=20table=20in?= =?UTF-8?q?=20Structure=20view=20-=C2=A0fixed=20binding=20for=20removeInde?= =?UTF-8?q?xButton=20-=20moved=20indexTable's=20tableViewSelectionDidChang?= =?UTF-8?q?e:=20delegate=20to=20SPIndexController=20to=20fix=20enabling/di?= =?UTF-8?q?sabling=20of=20the=20removeIndexButton=20-=20fixed=20issue=20to?= =?UTF-8?q?=20blank=20the=20index=20table=20for=20multiple=20selected=20ta?= =?UTF-8?q?bles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPIndexesController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPIndexesController.h') diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index 9ceb6d9e..8fe7c88d 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -36,6 +36,7 @@ // Index table view IBOutlet NSTableView *indexesTableView; IBOutlet NSButton *addIndexButton; + IBOutlet NSButton *removeIndexButton; // New index sheet IBOutlet NSPopUpButton *indexTypePopUpButton; -- cgit v1.2.3