Revision: 18244
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18244&view=rev
Author:   hofman
Date:     2011-11-26 19:04:12 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
use icon for webview history menus

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

Modified: trunk/bibdesk/BDSKWebGroupViewController.m
===================================================================
--- trunk/bibdesk/BDSKWebGroupViewController.m  2011-11-26 18:41:52 UTC (rev 
18243)
+++ trunk/bibdesk/BDSKWebGroupViewController.m  2011-11-26 19:04:12 UTC (rev 
18244)
@@ -198,6 +198,7 @@
     [menu removeAllItems];
     for (WebHistoryItem *item in items) {
         NSMenuItem *menuItem = [menu addItemWithTitle:([item title] ?: @"") 
action:@selector(goBackForwardInHistory:) keyEquivalent:@""];
+        [menuItem setImageAndSize:[item icon]];
         [menuItem setTarget:self];
         [menuItem setRepresentedObject:item];
     }

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