diff options
author | JP Rosevear <jpr@src.gnome.org> | 2004-08-02 01:58:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-02 01:58:08 +0800 |
commit | 94256b9919a932ff7b5f2bde1265dd8641215ed1 (patch) | |
tree | 09f3a2fb0030dc824d07e47c68cefcc1a756aa62 /shell/e-shell-window-commands.c | |
parent | 2b14bee53e34accdce0f23d6d8ef4e5b151dd129 (diff) | |
download | gsoc2013-evolution-94256b9919a932ff7b5f2bde1265dd8641215ed1.tar.gz gsoc2013-evolution-94256b9919a932ff7b5f2bde1265dd8641215ed1.tar.zst gsoc2013-evolution-94256b9919a932ff7b5f2bde1265dd8641215ed1.zip |
added last_version item.
* apps_evolution_shell.schemas.in.in: added last_version item.
* shell-errors.xml: added upgrade-remove-1-4 and
upgrade-remove-1-4-confirm dialogues.
* e-shell.c (remove_dir): utility to recursively delete a tree of
files and folders.
(e_shell_attempt_upgrade): keep track of the last upgraded
version, if != current version, and < 1.5, and it exists, offer to
remove ~/evolution. Confirm the offer before actually doing it.
* e-shell-window-commands.c: include gnome-about.
(command_help_faq): fix comment structure
* e-shell.c (attempt_upgrade): moved most of this into
e_shell_attempt_upgrade.
(e_shell_attempt_upgrade): moved most of this into
attempt_upgrade, removed rev args. It makes sense, really!
(e_shell_construct): call e_shell_attempt_upgrade instead.
svn path=/trunk/; revision=26788
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 85b182a0a8..8851f35138 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -40,6 +40,7 @@ #include <libgnome/gnome-exec.h> #include <libgnome/gnome-url.h> #include <libgnome/gnome-i18n.h> +#include <libgnomeui/gnome-about.h> #include <libgnomevfs/gnome-vfs-mime-handlers.h> #include <libgnomevfs/gnome-vfs-mime-utils.h> @@ -357,7 +358,7 @@ command_help_faq (BonoboUIComponent *uih, EShellWindow *window, const char *path) { - /* FIXME Show when we have a faq + /* FIXME Show when we have a faq */ /* FIXME use the error */ gnome_url_show ("http://gnome.org/projects/evolution/faq.shtml", NULL); } |