From 5205356fef9cf35d3ed759c9f6960ebd34d772f9 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 8 Sep 2008 17:02:16 +0200 Subject: - Fixed the "Load Images" menu item in the page popup. --- src/html_common.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html_common.hh') diff --git a/src/html_common.hh b/src/html_common.hh index aac9f189..47b0c1a7 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -221,6 +221,7 @@ public: int formNew(DilloHtmlMethod method, const DilloUrl *action, DilloHtmlEnc enc, const char *charset); DilloHtmlForm *getCurrentForm (); + bool_t unloadedImages(); void loadImages (const DilloUrl *pattern); }; -- cgit v1.2.3