[w3m-dev 02908] document code of frame
* frame.c (renderFrame): save document_code if JP_CHARSET From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-01-25 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
|
||||
|
||||
* [w3m-dev 02908] document code of frame
|
||||
* frame.c (renderFrame): save document_code if JP_CHARSET
|
||||
|
||||
2002-01-25 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* [w3m-dev 02904]
|
||||
@@ -2286,4 +2291,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.260 2002/01/25 14:55:20 ukai Exp $
|
||||
$Id: ChangeLog,v 1.261 2002/01/25 14:59:14 ukai Exp $
|
||||
|
5
frame.c
5
frame.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: frame.c,v 1.8 2002/01/15 03:45:02 ukai Exp $ */
|
||||
/* $Id: frame.c,v 1.9 2002/01/25 14:59:14 ukai Exp $ */
|
||||
#include "fm.h"
|
||||
#include "parsetagx.h"
|
||||
#include "myctype.h"
|
||||
@@ -792,6 +792,9 @@ renderFrame(Buffer *Cbuf, int force_reload)
|
||||
if (buf == NULL || buf == NO_BUFFER)
|
||||
return NULL;
|
||||
buf->sourcefile = tmp->ptr;
|
||||
#ifdef JP_CHARSET
|
||||
buf->document_code = Cbuf->document_code;
|
||||
#endif
|
||||
copyParsedURL(&buf->currentURL, &Cbuf->currentURL);
|
||||
return buf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user