diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-28 03:16:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-28 06:38:39 +0800 |
commit | ba6a2343869f6be82f44261f183cd6925659d5ee (patch) | |
tree | f7356964d4780d8889c439f9c8271c7d71315ab3 /doc/reference | |
parent | f35931919049a645681207856c384d70a749020c (diff) | |
download | gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.tar gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.tar.gz gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.tar.bz2 gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.tar.lz gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.tar.xz gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.tar.zst gsoc2013-evolution-ba6a2343869f6be82f44261f183cd6925659d5ee.zip |
Restore lockdown integration.
With lockdown settings available through GSettings, widgets can handle
lockdown integration themselves without having to use EShellSettings.
Also fixed a few places where printing or save-to-disk actions were
either not properly wired up or not responding to lockdown settings,
but much more work needs done. Attachments, for example, are not
honoring the disable-save-to-disk setting at all.
This too requires the recently-added gsettings-desktop-schemas
dependency.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 1 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-shell-utils.sgml | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 81ff256188..5d9402fafc 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -256,7 +256,6 @@ EShellTaskbarPrivate <FILE>e-shell-utils</FILE> <TITLE>Shell Utilities</TITLE> e_shell_configure_ui_manager -e_shell_configure_web_view e_shell_run_open_dialog e_shell_run_save_dialog e_shell_utils_import_uris diff --git a/doc/reference/shell/tmpl/e-shell-utils.sgml b/doc/reference/shell/tmpl/e-shell-utils.sgml index 84d8367310..2b41b82167 100644 --- a/doc/reference/shell/tmpl/e-shell-utils.sgml +++ b/doc/reference/shell/tmpl/e-shell-utils.sgml @@ -29,15 +29,6 @@ Shell Utilities @ui_manager: -<!-- ##### FUNCTION e_shell_configure_web_view ##### --> -<para> - -</para> - -@shell: -@web_view: - - <!-- ##### FUNCTION e_shell_run_open_dialog ##### --> <para> |