diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 21:58:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 22:28:36 +0800 |
commit | bab29564a3067a8eefbe4c92a7117d54fb031b49 (patch) | |
tree | 9fb17b4643e333d09f7c11c17ade5ead86ced5b3 /doc | |
parent | 02c2097ea67846b0ff697f6222539d852da87a40 (diff) | |
download | gsoc2013-evolution-bab29564a3067a8eefbe4c92a7117d54fb031b49.tar.gz gsoc2013-evolution-bab29564a3067a8eefbe4c92a7117d54fb031b49.tar.zst gsoc2013-evolution-bab29564a3067a8eefbe4c92a7117d54fb031b49.zip |
Show import progress directly in the assistant window.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/Makefile.am | 1 | ||||
-rw-r--r-- | doc/reference/shell/eshell.types | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index 176eba6de9..ffbfb9108a 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -69,7 +69,6 @@ GTKDOC_LIBS= \ $(top_builddir)/shell/.libs/e-shell.o \ $(top_builddir)/shell/.libs/e-shell-backend.o \ $(top_builddir)/shell/.libs/e-shell-content.o \ - $(top_builddir)/shell/.libs/e-shell-importer.o \ $(top_builddir)/shell/.libs/e-shell-migrate.o \ $(top_builddir)/shell/.libs/e-shell-settings.o \ $(top_builddir)/shell/.libs/e-shell-sidebar.o \ diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index 88a4dfa1d8..e03302f8d5 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -6,7 +6,6 @@ e_signature_list_get_type e_shell_get_type e_shell_backend_get_type e_shell_content_get_type -e_shell_importer_get_type e_shell_sidebar_get_type e_shell_switcher_get_type e_shell_taskbar_get_type |