commit 19d89a244a6a4357077517df02defdb7764e07fe
parent 5ca2ea2e96a2603825c21be3ece66f1fb719f3fe
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Sun, 1 Apr 2007 20:33:47 +0000
well, we might have duplicate source error reports, but better that than missing some
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@358 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -116,8 +116,7 @@ EOM
desynced_sources = Index.usual_sources.select { |s| s.error.is_a? OutOfSyncSourceError }
unless desynced_sources.empty?
- BufferManager.spawn_unless_exists "Out-of-sync soure notification" do
- TextMode.new(<<EOM)
+ BufferManager.spawn("Out-of-sync source notification", TextMode.new(<<EOM))
Out-of-sync source notification
-------------------------------
@@ -135,7 +134,6 @@ and new messages will not be detected. Luckily, this is easy to correct!
end}
EOM
#' stupid ruby-mode
- end
end
end