OSDN Git Service

Timeline, Mention , DM, SendDMの情報更新間隔を取得し,その情報をテーブルに反映する部分がコメントアウトされていたのを修正
authorspark_xp <spark_xp@d8c9ecd3-d47d-4367-8645-de82c00e513f>
Fri, 17 Sep 2010 19:40:35 +0000 (19:40 +0000)
committerspark_xp <spark_xp@d8c9ecd3-d47d-4367-8645-de82c00e513f>
Fri, 17 Sep 2010 19:40:35 +0000 (19:40 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/nt-manager/NishioTweetManager/trunk@69 d8c9ecd3-d47d-4367-8645-de82c00e513f

src/twitter/gui/action/TweetMainAction.java

index 4cafee9..2e815ab 100644 (file)
@@ -287,7 +287,7 @@ public class TweetMainAction {
             if( timerID.equals( TimerID.createTimelineID() ) ) {
                 //TLの周期情報更新
                 this.tweetTaskManager.updateTaskPeriod(timerID, this.getGetTimelinePeriod(), false);
-            /*}else if( timerID.equals( TimerID.createMentionID() ) ) {
+            }else if( timerID.equals( TimerID.createMentionID() ) ) {
                 //Mentionの周期情報更新
                 this.tweetTaskManager.updateTaskPeriod(timerID, this.getGetMentionPeriod(), false );
             }else if( timerID.equals( TimerID.createDirectMessageID() ) ) {
@@ -296,7 +296,7 @@ public class TweetMainAction {
             }else if( timerID.equals( TimerID.createSendDirectMessageID() ) ) {
                 //SendDMの周期情報更新
                 this.tweetTaskManager.updateTaskPeriod(timerID, this.getGetSendDirectMessagePeriod(), false);
-            */}
+            }
         }
     }