diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-07-23 Jean-François Rameau <jframeau@cvs.gnome.org> + + * embed/mozilla/Makefile.am: + + Missing GeckoFormSigningDialog entries. + 2006-07-22 Christian Persch <chpe@cvs.gnome.org> * 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 \ |