Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Rauchfuss committed Apr 1, 2010
1 parent 5a47363 commit a225e0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -326,7 +326,7 @@
<key>CFBundleSignature</key>
<string>TSST</string>
<key>CFBundleVersion</key>
<string>250</string>
<string>251</string>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 2 additions & 0 deletions Preferences/SS_PrefsController.m
Expand Up @@ -174,6 +174,7 @@ - (void)sizeWindowForToolbar
[prefsWindow displayIfNeeded];
}


- (void)createPreferencesWindowAndDisplay:(BOOL)shouldDisplay
{
if (prefsWindow) {
Expand Down Expand Up @@ -255,6 +256,7 @@ - (void)destroyPreferencesWindow
prefsWindow = nil;
}


- (void)windowWillClose:(NSNotification *)aNotification
{
//Don't continue to work with prefsWindow
Expand Down
2 changes: 1 addition & 1 deletion Session/TSSTSessionWindowController.m
Expand Up @@ -1687,7 +1687,6 @@ - (void)windowDidBecomeKey:(NSNotification *)aNotification
}



- (void)windowDidResignKey:(NSNotification *)aNotification
{
if([aNotification object] == exposeBezel)
Expand All @@ -1711,6 +1710,7 @@ - (void)windowDidResignKey:(NSNotification *)aNotification
}



- (NSSize)windowWillResize:(NSWindow *)resizeWindow toSize:(NSSize)newSize
{
if(resizeWindow != [self window])
Expand Down

0 comments on commit a225e0f

Please sign in to comment.