diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-09-27 00:50:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-27 00:50:32 +0800 |
commit | d66a3acaab3c670737d59d002186881855aa582a (patch) | |
tree | 27fdd6976ed8865030ec07449d06185f86a50d7a /Makefile.am | |
parent | 3a641a3b7a25d5ae85eaf5c3f1911c6033ea1e15 (diff) | |
download | gsoc2013-epiphany-d66a3acaab3c670737d59d002186881855aa582a.tar.gz gsoc2013-epiphany-d66a3acaab3c670737d59d002186881855aa582a.tar.zst gsoc2013-epiphany-d66a3acaab3c670737d59d002186881855aa582a.zip |
Fix compiler warnings.
2004-09-26 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/mozilla-notifiers.cpp:
* lib/egg/eggtrayicon.h:
Fix compiler warnings.
* src/ephy-window.c: (hide_embed_popup_cb), (show_embed_popup):
Fix a signal leak.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a49482fbd..234ebe062 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,4 +22,4 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-schemas-install |