Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16045/UI
Modified Files:
Tag: b0_22_2
HTML.pm
Log Message:
Prior to 0.22, "Remove Page" used to archive messages (when archiving was active), that behavior has been restored. Fixes Bug 1031594.
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.311.4.7
retrieving revision 1.311.4.8
diff -C2 -d -r1.311.4.7 -r1.311.4.8
*** HTML.pm 6 Feb 2006 15:15:53 -0000 1.311.4.7
--- HTML.pm 16 Feb 2006 09:19:45 -0000 1.311.4.8
***************
*** 2290,2294 ****
if ( $i =~ /^rowid_(\d+)$/ ) {
$self->log_( 1, "clearpage $i" );
! $self->{history__}->delete_slot( $1 );
}
}
--- 2290,2294 ----
if ( $i =~ /^rowid_(\d+)$/ ) {
$self->log_( 1, "clearpage $i" );
! $self->{history__}->delete_slot( $1, 1 );
}
}
|