From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sun, 13 Jan 2008 17:23:25 -0800 Subject: [sup-talk] little problem with the file browser In-Reply-To: <1200230054-sup-7242@clarabella.clarabella> References: <1200230054-sup-7242@clarabella.clarabella> Message-ID: <1200273694-sup-6854@south> Excerpts from Giorgio Lando's message of Sun Jan 13 05:22:18 -0800 2008: > Hi, I have a little problem when I browse files (for example when > choosing an attachment). It happens only in some cases and in a way > that seems to be random (but may be I am missing some kind of > regularity). Does this patch fix the problem? diff --git a/lib/sup/modes/file-browser-mode.rb b/lib/sup/modes/file-browser-mode.rb index 3c68eec..b49f3f4 100644 --- a/lib/sup/modes/file-browser-mode.rb +++ b/lib/sup/modes/file-browser-mode.rb @@ -38,6 +38,7 @@ protected def reload regen_text + jump_to_start buffer.mark_dirty end -- William