Merge branch 'master' of github.com:johnbintz/unison-watch

This commit is contained in:
John Bintz 2012-05-04 00:03:26 -04:00
commit d5115767f9
1 changed files with 4 additions and 1 deletions

View File

@ -157,7 +157,10 @@ class UnisonWatcher < Qt::Application
end
@icon.icon = @icons[@current_icon]
@icon.show if !@prior_icon
@icon.toolTip = "Unison Agent\nUsing #{ENV['PROFILE']} profile"
if !@prior_icon
@icon.show
end
@prior_icon = @current_icon
end