diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 12:50:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 12:50:02 +0800 |
commit | 268c7dbe4254f54f55d2bed8a9c740ee89dd9aed (patch) | |
tree | 8e0d46102300870ed29c743fa29cff4522044dba /shell/evolution-shell-component.h | |
parent | 764cfb5a6ba195958b1b3b814fdb584d6a5ff63b (diff) | |
download | gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.gz gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.tar.zst gsoc2013-evolution-268c7dbe4254f54f55d2bed8a9c740ee89dd9aed.zip |
Make the shell to be able to display URIs that the user specified on
the command-line.
svn path=/trunk/; revision=10554
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index c465650f57..190eb57a8d 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -57,6 +57,7 @@ enum _EvolutionShellComponentResult { EVOLUTION_SHELL_COMPONENT_NOTOWNED, EVOLUTION_SHELL_COMPONENT_NOTFOUND, EVOLUTION_SHELL_COMPONENT_UNSUPPORTEDTYPE, + EVOLUTION_SHELL_COMPONENT_UNSUPPORTEDSCHEMA, EVOLUTION_SHELL_COMPONENT_UNSUPPORTEDOPERATION, EVOLUTION_SHELL_COMPONENT_INTERNALERROR, EVOLUTION_SHELL_COMPONENT_BUSY, |