diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-22 09:56:52 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-22 09:56:52 +0200 |
commit | db8450799255e2de37a9cd8c15610211673af6e1 (patch) | |
tree | 96295e53c051a7bfea4c75d972baf7107aa6d529 /src/form.hh | |
parent | 8ab9de15c7e52f8ab201412649f946b1922b1944 (diff) |
disable forms while stylesheets are pending
To avoid lost user input on repush, we disable forms until all
stylesheets have been loaded.
Also open select widgets cause crashes on repush.
Diffstat (limited to 'src/form.hh')
-rw-r--r-- | src/form.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.hh b/src/form.hh index 32ca88dd..a54cde56 100644 --- a/src/form.hh +++ b/src/form.hh @@ -34,7 +34,7 @@ DilloHtmlForm *a_Html_form_new(DilloHtml *html, DilloHtmlMethod method, const DilloUrl *action, DilloHtmlEnc enc, - const char *charset); + const char *charset, bool enabled); void a_Html_form_delete(DilloHtmlForm* form); void a_Html_input_delete(DilloHtmlInput* input); |