summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-06 21:06:41 +0000
committerOle Loots <ole@monochrom.net>2011-12-06 21:06:41 +0000
commite7e8024be80b734bf1197615e70cc198bb9758c6 (patch)
treed69763a205d7253e84da6a22cb6b77790583e06d /atari/gui.c
parent3ba6a15fa7af580d14044ab2e73318b75deb6433 (diff)
downloadnetsurf-e7e8024be80b734bf1197615e70cc198bb9758c6.tar.gz
netsurf-e7e8024be80b734bf1197615e70cc198bb9758c6.tar.bz2
Fix focus element
svn path=/trunk/netsurf/; revision=13251
Diffstat (limited to 'atari/gui.c')
-rwxr-xr-xatari/gui.c28
1 files changed, 2 insertions, 26 deletions
diff --git a/atari/gui.c b/atari/gui.c
index aa9ffc61e..623c632fb 100755
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -555,31 +555,6 @@ gui_window_set_search_ico(hlcache_handle *ico)
TODO();
}
-bool
-save_complete_gui_save(const char *path,
- const char *filename,
- size_t len,
- const char *sourcedata,
- lwc_string *mime_type)
-{
- TODO();
- LOG(("%s", filename));
- return false;
-}
-
-int
-save_complete_htmlSaveFileFormat(const char *path,
- const char *filename,
- xmlDocPtr cur,
- const char *encoding,
- int format)
-{
- LOG(("%s", filename));
- TODO();
- return 0;
-}
-
-
void gui_window_new_content(struct gui_window *w)
{
w->browser->scroll.current.x = 0;
@@ -809,7 +784,8 @@ void gui_cert_verify(const char *url, const struct ssl_cert_info *certs,
/*bres = verify_ssl_form_do(url, certs, num);
if( bres )
urldb_set_cert_permissions(url, true);
- */
+ */
+ // TODO: localize string
int b = form_alert(1, "[2][SSL Verify failed, continue?][Continue|Abort]");
bres = (b==1)? true : false;
LOG(("Trust: %d", bres ));