diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-25 12:46:18 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-25 12:46:18 +0800 |
commit | 0ea79651b85c4acdb49ddd6b5c9bc0c021e977e3 (patch) | |
tree | 30a5b6551fd0ad8b732bd1b266bda20bc26ad408 /shell/Makefile.am | |
parent | 47f9f8c3e78916409320a7fcdd0fe05ab83bd352 (diff) | |
download | gsoc2013-evolution-0ea79651b85c4acdb49ddd6b5c9bc0c021e977e3.tar.gz gsoc2013-evolution-0ea79651b85c4acdb49ddd6b5c9bc0c021e977e3.tar.zst gsoc2013-evolution-0ea79651b85c4acdb49ddd6b5c9bc0c021e977e3.zip |
register event hook.
2004-10-25 Not Zed <NotZed@Ximian.com>
* main.c (main): register event hook.
* e-shell.c (offline_procedure_finished_cb, e_shell_go_online):
emit new state changed event.
* main.c (main): register the menu hook.
(): only define DEVELOPMENT if not already.
* e-shell-window.c (init): setup menu manager.
(e_shell_window_new): activate menu manager.
(update_offline_toggle_status): update the menu manager when the
offline state changes (currently only state which requires it)
* es-menu.[ch]: Shell plugin menu manager.
svn path=/trunk/; revision=27712
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 4583f3cb92..bfaa6d97a5 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -132,6 +132,10 @@ evolution_SOURCES = \ e-shell.h \ e-sidebar.c \ e-sidebar.h \ + es-event.c \ + es-event.h \ + es-menu.c \ + es-menu.h \ main.c evolution_LDADD = \ |