Revision: 18239
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18239&view=rev
Author:   hofman
Date:     2011-11-25 13:14:39 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
handle dropping URLs on editing URL field for webgroup ourselves

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

Modified: trunk/bibdesk/BDSKWebGroupViewController.m
===================================================================
--- trunk/bibdesk/BDSKWebGroupViewController.m  2011-11-25 07:35:31 UTC (rev 
18238)
+++ trunk/bibdesk/BDSKWebGroupViewController.m  2011-11-25 13:14:39 UTC (rev 
18239)
@@ -204,7 +204,7 @@
     if (anObject == urlField) {
         if (fieldEditor == nil) {
             fieldEditor = [[BDSKFieldEditor alloc] init];
-            // we could support dragging here as well, but NSTextView already 
handles URLs, and it's probably better not to commit when we're editing
+            [(BDSKFieldEditor *)fieldEditor 
registerForDelegatedDraggedTypes:[NSArray 
arrayWithObjects:BDSKWeblocFilePboardType, NSURLPboardType, nil]];
         }
         return fieldEditor;
        }

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