[1031] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r1016 - branches/barnowl_sqlite/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:12:18 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri,  4 Apr 2008 20:18:47 -0400 (EDT)

Author: nelhage
Date: 2008-04-04 20:18:46 -0400 (Fri, 04 Apr 2008)
New Revision: 1016

Modified:
   branches/barnowl_sqlite/owl/perlwrap.pm
Log:
Actually fix the skipping messages on filter change bug.

Iiiiii should document these crazy interfaces I'm writing.


Modified: branches/barnowl_sqlite/owl/perlwrap.pm
===================================================================
--- branches/barnowl_sqlite/owl/perlwrap.pm	2008-04-04 18:58:45 UTC (rev 1015)
+++ branches/barnowl_sqlite/owl/perlwrap.pm	2008-04-05 00:18:46 UTC (rev 1016)
@@ -460,8 +460,8 @@
         $self->{at_end} = 1;
         $self->fill_back(-1);
     } else {
-        $self->fill_back($where);
-        $self->fill_forward;
+        $self->fill_forward($where);
+        $self->fill_back;
     }
 }
 


home help back first fref pref prev next nref lref last post