Revision: 18428
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18428&view=rev
Author:   hofman
Date:     2012-01-19 13:22:17 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
no need to explicitly set showing webview, this will be done by the generic URL 
sheet callback

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

Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m    2012-01-19 12:45:50 UTC (rev 
18427)
+++ trunk/bibdesk/BDSKTextImportController.m    2012-01-19 13:22:17 UTC (rev 
18428)
@@ -829,10 +829,6 @@
     if (returnCode == NSOKButton) {
         [[urlSheetController window] orderOut:nil];
         
-        // make sure we loaded the nib before calling setShowingWebView:
-        [self window];
-        [self setShowingWebView:YES];
-        
         // show the main window
         [super beginSheetModalForWindow:docWindow modalDelegate:nil 
didEndSelector:NULL contextInfo:NULL];
         

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to