[kazehakase-svn] [3373] * module/embed/gecko/mozilla.cpp: Invoke GTKEmbedGlueStartupInternal().
svnnotify at sourceforge.jp
svnnotify at sourceforge.jp
Revision: 3373
http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3373
Author: ikezoe
Date: 2008-02-21 10:25:42 +0900 (Thu, 21 Feb 2008)
Log Message:
-----------
* module/embed/gecko/mozilla.cpp: Invoke GTKEmbedGlueStartupInternal().
Modified Paths:
--------------
kazehakase/trunk/ChangeLog
kazehakase/trunk/module/embed/gecko/mozilla.cpp
Modified: kazehakase/trunk/ChangeLog
===================================================================
--- kazehakase/trunk/ChangeLog 2008-02-21 01:06:35 UTC (rev 3372)
+++ kazehakase/trunk/ChangeLog 2008-02-21 01:25:42 UTC (rev 3373)
@@ -6,6 +6,7 @@
xulrunner_init().
* module/embed/gecko/mozilla.[cpp|h]: Added codes for xulrunner-1.9.
* module/embed/gecko/mozilla.cpp: Use ADD_REF.
+ * module/embed/gecko/mozilla.cpp: Invoke GTKEmbedGlueStartupInternal().
2008-02-20 Hiroyuki Ikezoe <poincare at ikezoe.net>
Modified: kazehakase/trunk/module/embed/gecko/mozilla.cpp
===================================================================
--- kazehakase/trunk/module/embed/gecko/mozilla.cpp 2008-02-21 01:06:35 UTC (rev 3372)
+++ kazehakase/trunk/module/embed/gecko/mozilla.cpp 2008-02-21 01:25:42 UTC (rev 3373)
@@ -180,6 +180,10 @@
if (NS_FAILED(rv))
return FALSE;
+ rv = GTKEmbedGlueStartupInternal();
+ if (NS_FAILED(rv))
+ return FALSE;
+
char *lastSlash = strrchr(xpcomPath, '/');
if (lastSlash)
*lastSlash = '\0';
More information about the Kazehakase-cvs mailing list |