プロジェクト

全般

プロフィール

機能 #591 » 0001-.patch

Satoshi Okuno, 2013-06-10 00:22

差分を表示:

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