Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18011/UI
Modified Files:
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.368
retrieving revision 1.369
diff -C2 -d -r1.368 -r1.369
*** HTML.pm 14 Jan 2006 08:46:23 -0000 1.368
--- HTML.pm 16 Feb 2006 09:25:34 -0000 1.369
***************
*** 6,10 ****
# This package contains an HTML UI for POPFile
#
! # Copyright (c) 2001-2005 John Graham-Cumming
#
# This file is part of POPFile
--- 6,10 ----
# This package contains an HTML UI for POPFile
#
! # Copyright (c) 2001-2006 John Graham-Cumming
#
# This file is part of POPFile
***************
*** 2795,2799 ****
if ( $i =~ /^rowid_(\d+)$/ ) {
$self->log_( 1, "clearpage $i" );
! $self->history_()->delete_slot( $1 );
}
}
--- 2795,2799 ----
if ( $i =~ /^rowid_(\d+)$/ ) {
$self->log_( 1, "clearpage $i" );
! $self->history_()->delete_slot( $1, 1 );
}
}
|