projects
/
videolink.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4e86e
)
Added missing GtkMozEmbed initialisation call.
author
Ben Hutchings
<ben@decadent.org.uk>
Sat, 12 Apr 2008 16:24:58 +0000
(16:24 +0000)
committer
Ben Hutchings
<ben@decadent.org.uk>
Sun, 2 Nov 2008 23:58:16 +0000
(23:58 +0000)
browser_widget.cpp
patch
|
blob
|
history
diff --git
a/browser_widget.cpp
b/browser_widget.cpp
index 07df0d0e86250c72957526144c57b27f1b23b769..3b7a2d442709ccd34fa37048c0cc33ae4f18e4c5 100644
(file)
--- 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)