Revision: 18533
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18533&view=rev
Author:   hofman
Date:     2012-03-04 18:37:06 +0000 (Sun, 04 Mar 2012)
Log Message:
-----------
set label of web group url as title for copy

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

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2012-03-04 15:14:13 UTC (rev 18532)
+++ trunk/bibdesk/BibDocument_Groups.m  2012-03-04 18:37:06 UTC (rev 18533)
@@ -1103,6 +1103,7 @@
         url = [NSURL fileURLWithPath:[(BDSKScriptGroup *)group scriptPath]];
     } else if ([group isWeb]) {
         url = [(BDSKWebGroup *)group URL];
+        title = [group label];
     }
     if (url == nil) {
                NSBeep();

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to