Revision: 17931
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=17931&view=rev
Author:   hofman
Date:     2011-06-03 17:24:17 +0000 (Fri, 03 Jun 2011)

Log Message:
-----------
sort by import order after removing sorting search order column

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

Modified: trunk/bibdesk/BibDocument_Search.m
===================================================================
--- trunk/bibdesk/BibDocument_Search.m  2011-06-03 17:16:56 UTC (rev 17930)
+++ trunk/bibdesk/BibDocument_Search.m  2011-06-03 17:24:17 UTC (rev 17931)
@@ -222,7 +222,7 @@
         [searchButtonBar 
selectButtonWithRepresentedObject:BDSKAllFieldsString];
         
         if ([tmpSortKey isEqualToString:BDSKRelevanceString])
-            [self sortPubsByKey:sortKey];
+            [self sortPubsByKey:[self isDisplayingSearchGroupView] || [self 
isDisplayingWebGroupView] ? BDSKImportOrderString : sortKey];
     }
 }
 


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

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to