diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-27 04:32:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-27 04:32:33 +0800 |
commit | 901c4571addc9715ba94de42a4ebcff682387a15 (patch) | |
tree | 26ff328a3afa6832bb882e2a6fc42ab343b0acda /shell/Makefile.am | |
parent | 8ae13b9883bc1f0b24d0701308f0d1d6fb411be0 (diff) | |
download | gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.tar gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.tar.gz gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.tar.bz2 gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.tar.lz gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.tar.xz gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.tar.zst gsoc2013-evolution-901c4571addc9715ba94de42a4ebcff682387a15.zip |
g_warning if the control cannot be activated.
* e-shell-settings-dialog.c (load_pages): g_warning if the control
cannot be activated.
svn path=/trunk/; revision=16254
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 31cb6321e5..b403bbec3e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -100,6 +100,8 @@ bin_PROGRAMS = evolution evolution_SOURCES = \ e-activity-handler.c \ e-activity-handler.h \ + e-component-info.c \ + e-component-info.h \ e-component-registry.c \ e-component-registry.h \ e-corba-config-page.c \ |