プロジェクト

全般

プロフィール

機能 #591 » 0001-.patch

Satoshi Okuno, 2013-06-10 00:22

差分を表示:

core/mui/gtk_postbox.rb
301 301
        post.buffer.text = @options[:delegated_by].post.buffer.text
302 302
        @options[:delegated_by].post.buffer.text = ''
303 303
      elsif retweet?
304
        post.buffer.text = " RT @" + @watch.idname + ": " + @watch.to_show
304
        text = Plugin.filtering(:retweet_post_text, @watch, " RT @" + @watch.idname + ": " + @watch.to_show)[1]
305
        post.buffer.text = text
305 306
        post.buffer.place_cursor(post.buffer.start_iter)
306 307
      elsif reply?
307 308
        post.buffer.text = reply_users + ' ' + post.buffer.text end
    (1-1/1)