From 9c8579f3d4a07637318cf5ed32ca5c3c8612bf4d Mon Sep 17 00:00:00 2001 From: Jean-François Rameau Date: Sun, 23 Jul 2006 21:23:33 +0000 Subject: Missing GeckoFormSigningDialog entries. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-07-23 Jean-François Rameau * embed/mozilla/Makefile.am: Missing GeckoFormSigningDialog entries. --- ChangeLog | 6 ++++++ embed/mozilla/Makefile.am | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a371de944..fe3eee6de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-23 Jean-François Rameau + + * embed/mozilla/Makefile.am: + + Missing GeckoFormSigningDialog entries. + 2006-07-22 Christian Persch * src/bookmarks/ephy-bookmarks-editor.c: (cmd_bookmarks_export): diff --git a/embed/mozilla/Makefile.am b/embed/mozilla/Makefile.am index 9dbf40c08..f072aea93 100644 --- a/embed/mozilla/Makefile.am +++ b/embed/mozilla/Makefile.am @@ -35,6 +35,8 @@ libephymozillaembed_la_SOURCES = \ EphyUtils.h \ EventContext.cpp \ EventContext.h \ + GeckoFormSigningDialog.cpp \ + GeckoFormSigningDialog.h \ GeckoPrintService.cpp \ GeckoPrintService.h \ GeckoPrintSession.cpp \ -- cgit