diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-18 12:35:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-18 12:35:31 +0800 |
commit | 1bcb9b46314a8a5fab19293024c616712a27f1ee (patch) | |
tree | 9cdb35e2ace0c2c891200b44f8c9dc718e5e150d /shell/e-shell.h | |
parent | 5f02035e617747b865cf402953b01deb9cc07bf9 (diff) | |
download | gsoc2013-evolution-1bcb9b46314a8a5fab19293024c616712a27f1ee.tar.gz gsoc2013-evolution-1bcb9b46314a8a5fab19293024c616712a27f1ee.tar.zst gsoc2013-evolution-1bcb9b46314a8a5fab19293024c616712a27f1ee.zip |
fix warning. (impl_Shell_findComponent): fix signature for warning.
2005-08-17 Not Zed <NotZed@Ximian.com>
* e-shell.c (impl_Shell_handleURI): fix warning.
(impl_Shell_findComponent): fix signature for warning.
2005-08-16 Not Zed <NotZed@Ximian.com>
** See bug #312668.
* e-shell.c (set_line_status, set_line_status_complete)
(set_line_status_finished): new code to set componetns on/offline.
(e_shell_go_online, e_shell_go_offline): use new interface.
(offline_procedure_started_cb, offline_procedure_finished_cb): removed.
(impl_dispose): cleanup line status listener.
(e_shell_init): setup line status listener.
* evolution-listener.[ch]: skeleton listener object for new
setlinestatus call.
* Evolution-Offline.idl, e-shell-offline-handler.[ch]: killed. We
just add a single interface on EvolutionComponent now, much
simpler.
svn path=/trunk/; revision=30154
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 62b7538089..873b7f8a80 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -50,7 +50,7 @@ typedef struct _EShellClass EShellClass; enum _EShellLineStatus { E_SHELL_LINE_STATUS_ONLINE, - E_SHELL_LINE_STATUS_GOING_OFFLINE, + E_SHELL_LINE_STATUS_GOING_OFFLINE, /* NB: really means changing state in either direction */ E_SHELL_LINE_STATUS_OFFLINE }; typedef enum _EShellLineStatus EShellLineStatus; |