diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-21 02:51:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-21 02:51:16 +0800 |
commit | 5efbfda209a094cf238ea99fddc54081385c4a39 (patch) | |
tree | d95639159c977372cc5ece309059764e31d5f69b /calendar/gui/main.c | |
parent | cce201b06e98e85dba8a1bb3a2848d7537c0aeda (diff) | |
download | gsoc2013-evolution-5efbfda209a094cf238ea99fddc54081385c4a39.tar.gz gsoc2013-evolution-5efbfda209a094cf238ea99fddc54081385c4a39.tar.zst gsoc2013-evolution-5efbfda209a094cf238ea99fddc54081385c4a39.zip |
put an icon on the properties menu item
2004-10-20 JP Rosevear <jpr@novell.com>
* gui/calendar-component.c: put an icon on the properties menu item
* gui/tasks-component.c: ditto
* gui/main.c (initialize): register plugin hooks for tasks and
calendar
svn path=/trunk/; revision=27656
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index a23b44c437..6a189fc8d2 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -139,6 +139,10 @@ initialize (void) /* Initialize Calendar Publishing */ calendar_component_init_publishing (); + + /* Initialize plugin system */ + e_plugin_hook_register_type (e_cal_popup_hook_get_type()); + e_plugin_hook_register_type (e_cal_menu_hook_get_type()); } |