devhelp r1046 - in branches/gnome-2-22: . src



Author: csaavedra
Date: Thu Aug 28 20:35:08 2008
New Revision: 1046
URL: http://svn.gnome.org/viewvc/devhelp?rev=1046&view=rev

Log:
2008-08-28  Claudio Saavedra  <csaavedra igalia com>

	* src/dh-gecko-utils.cpp (dh_gecko_utils_init): Start up
	the embed glue. Fixes bug #539624.



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/dh-gecko-utils.cpp

Modified: branches/gnome-2-22/src/dh-gecko-utils.cpp
==============================================================================
--- branches/gnome-2-22/src/dh-gecko-utils.cpp	(original)
+++ branches/gnome-2-22/src/dh-gecko-utils.cpp	Thu Aug 28 20:35:08 2008
@@ -350,14 +350,12 @@
        return;
     }
 
- #ifdef GTKEmbedGlueStartupInternal
     rv = GTKEmbedGlueStartupInternal();
     if (NS_FAILED (rv))
     {
        g_warning ("Could not startup embed glue (internal)!\n");
        return;
     }
- #endif
 
     char *lastSlash = strrchr(xpcomLocation, '/');
     if (lastSlash)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]