diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 10:46:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-26 22:28:24 +0800 |
commit | 43a11452262d7826e2341558a085ca5cee7b2ffb (patch) | |
tree | 2a74482a8e86f09c4680f5dbe7b8013d8451c695 /doc | |
parent | c30e55b2d5c2491076b1aace4f73ea0c642fba72 (diff) | |
download | gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.tar gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.tar.gz gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.tar.bz2 gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.tar.lz gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.tar.xz gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.tar.zst gsoc2013-evolution-43a11452262d7826e2341558a085ca5cee7b2ffb.zip |
Rename EShellImporter to EImportAssistant and move it to widgets.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/Makefile.am | 1 | ||||
-rw-r--r-- | doc/reference/shell/eshell-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 18 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-importer.sgml | 0 |
4 files changed, 1 insertions, 19 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index 037ad06b52..176eba6de9 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -130,6 +130,7 @@ GTKDOC_LIBS= \ $(top_builddir)/widgets/misc/.libs/e-activity-proxy.o \ $(top_builddir)/widgets/misc/.libs/e-gui-utils.o \ $(top_builddir)/widgets/misc/.libs/e-hinted-entry.o \ + $(top_builddir)/widgets/misc/.libs/e-import-assistant.o \ $(top_builddir)/widgets/misc/.libs/e-menu-tool-button.o \ $(top_builddir)/widgets/misc/.libs/e-online-button.o \ $(top_builddir)/widgets/misc/.libs/e-popup-menu.o \ diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index c01c399cb3..44a2735238 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -22,7 +22,6 @@ url="http://mbarnes.fedorapeople.org/docs/eshell/">http://mbarnes.fedorapeople.o <xi:include href="xml/e-shell-taskbar.xml"/> <xi:include href="xml/e-shell-settings.xml"/> <xi:include href="xml/e-shell-switcher.xml"/> - <xi:include href="xml/e-shell-importer.xml"/> </chapter> <chapter> diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index d4bacb539d..82a7ca5a06 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -287,24 +287,6 @@ E_SHELL_WINDOW_ACTION_GROUP </SECTION> <SECTION> -<FILE>e-shell-importer</FILE> -<TITLE>EShellImporter</TITLE> -EShellImporter -e_shell_importer_new -<SUBSECTION Standard> -E_SHELL_IMPORTER -E_IS_SHELL_IMPORTER -E_TYPE_SHELL_IMPORTER -E_SHELL_IMPORTER_CLASS -E_IS_SHELL_IMPORTER_CLASS -E_SHELL_IMPORTER_GET_CLASS -EShellImporterClass -e_shell_importer_get_type -<SUBSECTION Private> -EShellImporterPrivate -</SECTION> - -<SECTION> <FILE>e-account-utils</FILE> <TITLE>Mail Account Functions</TITLE> e_get_account_list diff --git a/doc/reference/shell/tmpl/e-shell-importer.sgml b/doc/reference/shell/tmpl/e-shell-importer.sgml deleted file mode 100644 index e69de29bb2..0000000000 --- a/doc/reference/shell/tmpl/e-shell-importer.sgml +++ /dev/null |