From aa141691d3f2065c12e05263d7b1e2ad61f3cd7d Mon Sep 17 00:00:00 2001 From: rhenium Date: Sat, 14 Mar 2015 17:42:09 +0900 Subject: sub parts の voter がうまく消えてない MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/mui/cairo_sub_parts_voter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mui/cairo_sub_parts_voter.rb b/core/mui/cairo_sub_parts_voter.rb index d0d036f2..a379bb4f 100644 --- a/core/mui/cairo_sub_parts_voter.rb +++ b/core/mui/cairo_sub_parts_voter.rb @@ -91,7 +91,7 @@ class ::Gdk::SubPartsVoter < Gdk::SubParts def delete(user) if UserConfig[:"#{name}_by_anyone_show_timeline"] - if not @votes.include?(user) + if @votes.include?(user) before_height = height @votes.delete(user) if(before_height == height) -- cgit v1.2.3