diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-26 20:49:09 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-26 20:49:09 +0800 |
commit | 90e9c33223a8a56dbd97e8b45cb313bfa27a0100 (patch) | |
tree | dd099c446a37f8788caefb09dd07ca41f02edf66 /embed/mozilla/Makefile.am | |
parent | 58bf466c8f6c5dd6132164ef3ac002be26b5933c (diff) | |
download | gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.tar gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.tar.gz gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.tar.bz2 gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.tar.lz gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.tar.xz gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.tar.zst gsoc2013-epiphany-90e9c33223a8a56dbd97e8b45cb313bfa27a0100.zip |
Back out previous change, it doesn't work right when there are *two*
2005-09-26 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/Makefile.am:
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: (DoDialog):
Back out previous change, it doesn't work right when there
are *two* dialogues shown: the 1st one can only be dismissed
after the 2nd one has been dismissed.
Diffstat (limited to 'embed/mozilla/Makefile.am')
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index def68f77b..ae1585ca2 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -1,8 +1,6 @@ noinst_LTLIBRARIES = libephymozillaembed.la libephymozillaembed_la_SOURCES = \ - AutoEventQueue.cpp \ - AutoEventQueue.h \ ContentHandler.cpp \ ContentHandler.h \ EphyContentPolicy.cpp \ |