summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-08 23:48:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-09 00:06:56 +0000
commitc2eb2056855a2d73fce35b403fb27bbd211222ff (patch)
tree7f7c490787c3c06612d1e9dee916c48b5cee21b6 /amiga
parent2698ad474ebcccada0cca8afcbb1670ea0519421 (diff)
downloadnetsurf-c2eb2056855a2d73fce35b403fb27bbd211222ff.tar.gz
netsurf-c2eb2056855a2d73fce35b403fb27bbd211222ff.tar.bz2
Open libraries *before* we need them...
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 72dbfc471..c3e51de87 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -5250,11 +5250,12 @@ int main(int argc, char** argv)
*/
nslog_init(NULL, &argc, argv);
+ /* Need to do this before opening any splash windows etc... */
+ ami_libs_open();
+
/* Open splash window */
Object *splash_window = ami_gui_splash_open();
- ami_libs_open();
-
/* Open popupmenu.library just to check the version.
* Versions older than 53.11 are dangerous, so we
* forcibly disable context menus if these are in use.