Show
Ignore:
Timestamp:
07/04/08 16:46:07 (5 months ago)
Author:
yamashiro
Message:

ふぁぼると、友達のホームを開くをマルチサービス対応に

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/src/jp/xet/sabotter/eclipse/action/CreateFavoriteAction.java

    r15143 r15153  
    4646                for (Object entryObj : selection.toList()) { 
    4747                        if (entryObj instanceof MiniblogEntry) { 
    48                                 String targetEntryId = ((MiniblogEntry) entryObj).getId(); 
    49                                 MiniblogServiceManager.getInstance().createFavorite(targetEntryId); 
     48                                MiniblogServiceManager.getInstance().createFavorite((MiniblogEntry) entryObj); 
    5049                        } 
    5150                }