From 92fbb6abcc89c946b1565de862b59af016651fdb Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 29 Jun 2010 12:14:07 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0Open=20Session=20file=20-=20set=20[tabba?= =?UTF-8?q?r=20setHideForSingleTab:NO]=20if=20window=20has=20more=20than?= =?UTF-8?q?=20one=20tab=20in=20order=20to=20avoid=20issues=20while=20anima?= =?UTF-8?q?ted=20fading-in=20of=20the=20tabbar=20-=20assign=20initial=20ke?= =?UTF-8?q?yboard=20short-cut=20^=E2=8C=A5=E2=8C=98S=20for=20Save=20Sessio?= =?UTF-8?q?n=20(needs=20to=20be=20discussed)=20-=20still=20hidden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPDatabaseDocument.m | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/SPDatabaseDocument.m') diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index 60b29366..d2ba3d85 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -178,7 +178,6 @@ [prefs addObserver:self forKeyPath:SPConsoleEnableLogging options:NSKeyValueObservingOptionNew context:NULL]; // Register for notifications - //register for notifications [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(willPerformQuery:) name:@"SMySQLQueryWillBePerformed" object:self]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(hasPerformedQuery:) -- cgit v1.2.3