From f7b9532fdf6b345a65c4045b44edde7182d98747 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 12 Apr 2008 16:24:58 +0000 Subject: [PATCH] Added missing GtkMozEmbed initialisation call. --- browser_widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_widget.cpp b/browser_widget.cpp index 07df0d0..3b7a2d4 100644 --- a/browser_widget.cpp +++ b/browser_widget.cpp @@ -539,6 +539,7 @@ browser_widget::initialiser::initialiser() check(XPCOMGlueStartup(path)); check(GTKEmbedGlueStartup()); + check(GTKEmbedGlueStartupInternal()); char * last_slash = std::strrchr(path, '/'); if (last_slash != path) -- 2.39.2