From: Ben Hutchings Date: Sat, 12 Apr 2008 16:24:58 +0000 (+0000) Subject: Added missing GtkMozEmbed initialisation call. X-Git-Tag: 1.2.3~11 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=f7b9532fdf6b345a65c4045b44edde7182d98747 Added missing GtkMozEmbed initialisation call. --- 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)