Revision: 3871
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3871&view=rev
Author:   hofman
Date:     2008-05-12 13:27:35 -0700 (Mon, 12 May 2008)

Log Message:
-----------
Use correct selector

Modified Paths:
--------------
    trunk/SKFullScreenWindow.m
    trunk/SKSideWindow.m

Modified: trunk/SKFullScreenWindow.m
===================================================================
--- trunk/SKFullScreenWindow.m  2008-05-12 15:36:44 UTC (rev 3870)
+++ trunk/SKFullScreenWindow.m  2008-05-12 20:27:35 UTC (rev 3871)
@@ -115,7 +115,7 @@
 - (void)makeKeyAndOrderFront:(id)sender {
     [self stopAnimation];
     [self setAlphaValue:1.0];
-    [super orderFront:sender];
+    [super makeKeyAndOrderFront:sender];
 }
 
 - (void)orderOut:(id)sender {

Modified: trunk/SKSideWindow.m
===================================================================
--- trunk/SKSideWindow.m        2008-05-12 15:36:44 UTC (rev 3870)
+++ trunk/SKSideWindow.m        2008-05-12 20:27:35 UTC (rev 3871)
@@ -108,8 +108,7 @@
         [animation setDuration:[self animationResizeTime:endFrame]];
         [animation startAnimation];
         [animation release];
-        [[controller window] orderFront:self];
-        [[controller window] makeKeyWindow];
+        [[controller window] makeKeyAndOrderFront:self];
         state = NSDrawerClosedState;
     }
 }
@@ -128,8 +127,7 @@
         [animation setDuration:[self animationResizeTime:endFrame]];
         [animation startAnimation];
         [animation release];
-        [self orderFront:nil];
-        [self makeKeyWindow];
+        [self makeKeyAndOrderFront:nil];
         state = NSDrawerOpenState;
     }
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to