epiphany r7999 - trunk/embed/mozilla
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r7999 - trunk/embed/mozilla
- Date: Thu, 28 Feb 2008 14:17:12 +0000 (GMT)
Author: chpe
Date: Thu Feb 28 14:17:11 2008
New Revision: 7999
URL: http://svn.gnome.org/viewvc/epiphany?rev=7999&view=rev
Log:
Fix AutoModalDialog::ShouldShow(). Bug #519173.
Modified:
trunk/embed/mozilla/AutoModalDialog.h
trunk/embed/mozilla/GtkNSSDialogs.h
Modified: trunk/embed/mozilla/AutoModalDialog.h
==============================================================================
--- trunk/embed/mozilla/AutoModalDialog.h (original)
+++ trunk/embed/mozilla/AutoModalDialog.h Thu Feb 28 14:17:11 2008
@@ -60,11 +60,11 @@
PRBool DispatchEvent (const char*, PRBool);
int mResponse;
- PRPackedBool mContinueModalLoop;
+ PRBool mContinueModalLoop;
#endif
- PRPackedBool mDefaultEnabled;
- PRPackedBool mContextPushed;
+ PRBool mDefaultEnabled;
+ PRBool mContextPushed;
};
#endif
Modified: trunk/embed/mozilla/GtkNSSDialogs.h
==============================================================================
--- trunk/embed/mozilla/GtkNSSDialogs.h (original)
+++ trunk/embed/mozilla/GtkNSSDialogs.h Thu Feb 28 14:17:11 2008
@@ -22,9 +22,7 @@
#ifndef GTKNSSDIALOGS_H
#define GTKNSSDIALOGS_H 1
-#ifdef HAVE_GECKO_1_9
-#include <nsIBadCertListener2.h>
-#else
+#ifndef HAVE_GECKO_1_9
#include <nsIBadCertListener.h>
#endif
#include <nsICertificateDialogs.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]