diff options
author | jcid <devnull@localhost> | 2008-09-08 17:02:16 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-08 17:02:16 +0200 |
commit | 5205356fef9cf35d3ed759c9f6960ebd34d772f9 (patch) | |
tree | 74f7f63c95fc682bb8b787a9d047d7b20b2d9f6b /src/html_common.hh | |
parent | 9d0c154884a9b10c2e45f269be0bb686da1c98c9 (diff) |
- Fixed the "Load Images" menu item in the page popup.
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 1 insertions, 0 deletions
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); }; |