commit 5bfc658a43235603a38291c6a50b115e409e8906
parent 8bdc9a223865aca217e7a9fa2af389111b790f69
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Thu, 29 Nov 2007 03:27:13 +0000
remind me to test changes before committing them
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@734 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/lib/sup/buffer.rb b/lib/sup/buffer.rb
@@ -385,7 +385,6 @@ EOS
if @buffers.empty?
## TODO: something intelligent here
## for now I will simply prohibit killing the inbox buffer.
- raise "how did you kill the inbox? that's impossible!"
else
raise_to_front @buffers.last
end