diff options
author | Milan Crha <mcrha@redhat.com> | 2009-09-30 02:10:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-09-30 02:10:35 +0800 |
commit | 0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee (patch) | |
tree | 7037654f86303ba2a05498ffa7c8a741d8e94bf4 /shell/e-shell-backend.h | |
parent | a0d0dd604b52dfa4d2a2f5378ee384292dfde5cd (diff) | |
download | gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.tar gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.tar.gz gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.tar.bz2 gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.tar.lz gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.tar.xz gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.tar.zst gsoc2013-evolution-0ed3ee1fa3b1f9f0735358fe66ba35f44e7c70ee.zip |
Bug #596753 - Autocompletion addressbooks not remembered
And select page in Edit->Preferences based on the active view.
Diffstat (limited to 'shell/e-shell-backend.h')
-rw-r--r-- | shell/e-shell-backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-backend.h b/shell/e-shell-backend.h index ad1b1294fb..8a6fd7a47e 100644 --- a/shell/e-shell-backend.h +++ b/shell/e-shell-backend.h @@ -108,6 +108,7 @@ struct _EShellBackendClass { const gchar *aliases; const gchar *schemes; gint sort_order; + const gchar *preferences_page; /* Methods */ void (*start) (EShellBackend *shell_backend); |