Revision: 18260
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18260&view=rev
Author:   hofman
Date:     2011-11-29 18:15:29 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------
Call super in viewWillMoveToWindow: and viewDidMoveToWindow

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2011-11-29 
18:14:39 UTC (rev 18259)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2011-11-29 
18:15:29 UTC (rev 18260)
@@ -1050,6 +1050,7 @@
         [nc removeObserver:self name:NSWindowDidBecomeKeyNotification 
object:window];
         [nc removeObserver:self name:NSWindowDidResignKeyNotification 
object:window];
     }
+    [super viewWillMoveToWindow:newWindow];
 }
 
 - (void)viewDidMoveToWindow {
@@ -1062,6 +1063,7 @@
         [nc addObserver:self 
selector:@selector(_handleKeyOrMainStateNotification:) 
name:NSWindowDidBecomeKeyNotification object:window];
         [nc addObserver:self 
selector:@selector(_handleKeyOrMainStateNotification:) 
name:NSWindowDidResignKeyNotification object:window];
     }
+    [super viewDidMoveToWindow];
 }
 
 #pragma mark Layout

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to