From 637b69470d51d19da9b121b06aee1815a2e7459f Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 3 May 2012 07:42:24 -0400 Subject: [PATCH] updates --- bin/unison-watch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/unison-watch b/bin/unison-watch index 8139560..0ee48c3 100755 --- a/bin/unison-watch +++ b/bin/unison-watch @@ -178,7 +178,10 @@ while !exiting if @current_icon != @prior_icon icon.icon = Qt::Icon.new(File.expand_path("../../assets/#{@current_icon}.png", __FILE__)) - icon.show if !@prior_icon + if !@prior_icon + icon.show + end + @prior_icon = @current_icon end