Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27683/UI
Modified Files:
HTML.pm
Log Message:
Fixed the downloading message link in the single message view.
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.376
retrieving revision 1.377
diff -C2 -d -r1.376 -r1.377
*** HTML.pm 26 Nov 2007 15:22:48 -0000 1.376
--- HTML.pm 27 Nov 2007 14:46:49 -0000 1.377
***************
*** 3185,3189 ****
if ( defined( $self->{form_}{text} ) ) {
! $self->http_file_( $client, $self->{history__}->get_slot_file( $self->{form_}{view} ), 'text/plain' );
return 1;
}
--- 3185,3189 ----
if ( defined( $self->{form_}{text} ) ) {
! $self->http_file_( $client, $self->history_()->get_slot_file( $self->{form_}{view} ), 'text/plain' );
return 1;
}
|