Rename confusingly-named file; Remove about from unsupported protocols, as will never
reach this code now. svn path=/trunk/netsurf/; revision=11829
This commit is contained in:
parent
6eb8783632
commit
b0635ea5dd
|
@ -58,7 +58,7 @@ S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \
|
|||
thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \
|
||||
plotters.c object.c menu.c save_pdf.c arexx.c version.c \
|
||||
cookies.c context_menu.c clipboard.c save_complete.c \
|
||||
fetch_mailto.c search.c history_local.c download.c iff_dr2d.c \
|
||||
launch.c search.c history_local.c download.c iff_dr2d.c \
|
||||
sslcert.c gui_options.c print.c theme.c drag.c icon.c system_colour.c \
|
||||
stringview/stringview.c stringview/urlhistory.c
|
||||
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
|
||||
|
|
|
@ -44,13 +44,13 @@
|
|||
#include "amiga/cookies.h"
|
||||
#include "amiga/download.h"
|
||||
#include "amiga/drag.h"
|
||||
#include "amiga/fetch_mailto.h"
|
||||
#include "amiga/font.h"
|
||||
#include "amiga/gui.h"
|
||||
#include "amiga/gui_options.h"
|
||||
#include "amiga/history.h"
|
||||
#include "amiga/history_local.h"
|
||||
#include "amiga/hotlist.h"
|
||||
#include "amiga/launch.h"
|
||||
#include "amiga/login.h"
|
||||
#include "amiga/menu.h"
|
||||
#include "amiga/misc.h"
|
||||
|
|
|
@ -112,7 +112,6 @@ void ami_openurl_open(void)
|
|||
}
|
||||
|
||||
NewMinList(&ami_unsupportedprotocols);
|
||||
ami_openurl_add_protocol("about:");
|
||||
ami_openurl_add_protocol("javascript:");
|
||||
}
|
||||
|
Loading…
Reference in New Issue