From e943e422bd8e613d03c4b0aec41316f20dc592bd Mon Sep 17 00:00:00 2001 From: moguno Date: Mon, 10 Jun 2013 00:19:17 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E7=94=A8=E6=99=82=E3=81=AE=E6=96=87=E5=AD?= =?UTF-8?q?=97=E5=88=97=E3=82=92=E3=83=95=E3=82=A3=E3=83=AB=E3=82=BF=E3=81=A7?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E3=81=8B=E3=82=89=E5=8F=96=E3=81=A3=E3=81=A6=E6?= =?UTF-8?q?=9D=A5=E3=82=8C=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81?= =?UTF-8?q?=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/mui/gtk_postbox.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/mui/gtk_postbox.rb b/core/mui/gtk_postbox.rb index 75683de..3194f2f 100644 --- a/core/mui/gtk_postbox.rb +++ b/core/mui/gtk_postbox.rb @@ -301,7 +301,8 @@ module Gtk 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.7.10.2 (Apple Git-33)