diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 12:14:07 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-29 12:14:07 +0000 |
commit | 92fbb6abcc89c946b1565de862b59af016651fdb (patch) | |
tree | 28dc60dee658d81efa4b3be126870e4e8f0535bf /Source/SPDatabaseDocument.m | |
parent | 615a5494c22b9d7f710f3b3efafda85f19e2909d (diff) | |
download | sequelpro-92fbb6abcc89c946b1565de862b59af016651fdb.tar.gz sequelpro-92fbb6abcc89c946b1565de862b59af016651fdb.tar.bz2 sequelpro-92fbb6abcc89c946b1565de862b59af016651fdb.zip |
• Open Session file
- set [tabbar setHideForSingleTab:NO] if window has more than one tab in order to avoid issues while animated fading-in of the tabbar
- assign initial keyboard short-cut ^⌥⌘S for Save Session (needs to be discussed)
- still hidden
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 1 |
1 files changed, 0 insertions, 1 deletions
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:) |