epiphany r8001 - trunk/embed/mozilla



Author: chpe
Date: Thu Feb 28 14:29:22 2008
New Revision: 8001
URL: http://svn.gnome.org/viewvc/epiphany?rev=8001&view=rev

Log:
Initialise variable. Bug #519173.


Modified:
   trunk/embed/mozilla/AutoModalDialog.cpp

Modified: trunk/embed/mozilla/AutoModalDialog.cpp
==============================================================================
--- trunk/embed/mozilla/AutoModalDialog.cpp	(original)
+++ trunk/embed/mozilla/AutoModalDialog.cpp	Thu Feb 28 14:29:22 2008
@@ -55,6 +55,8 @@
     mModalState (aWindow),
 #ifdef HAVE_GECKO_1_9
     mDefaultEnabled (DispatchEvent ("DOMWillOpenModalDialog", aNotifyDOM)),
+#else
+    mDefaultEnabled (PR_TRUE),
 #endif
     mContextPushed (NS_SUCCEEDED (mStack.Init ()))
 {



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