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

Modified Paths:
--------------
    trunk/bibdesk/BDSKAddressTextField.m

Modified: trunk/bibdesk/BDSKAddressTextField.m
===================================================================
--- trunk/bibdesk/BDSKAddressTextField.m        2011-11-29 13:48:12 UTC (rev 
18258)
+++ trunk/bibdesk/BDSKAddressTextField.m        2011-11-29 18:14:39 UTC (rev 
18259)
@@ -64,6 +64,7 @@
         [nc removeObserver:self name:NSWindowDidBecomeKeyNotification 
object:window];
         [nc removeObserver:self name:NSWindowDidResignKeyNotification 
object:window];
     }
+    [super viewWillMoveToWindow:newWindow];
 }
 
 - (void)viewDidMoveToWindow {
@@ -75,6 +76,7 @@
         [nc addObserver:self 
selector:@selector(handleKeyOrMainStateChangedNotification:) 
name:NSWindowDidBecomeKeyNotification object:window];
         [nc addObserver:self 
selector:@selector(handleKeyOrMainStateChangedNotification:) 
name:NSWindowDidResignKeyNotification object:window];
     }
+    [super viewDidMoveToWindow];
 }
 
 @end

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