diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-04-21 21:34:46 +0800 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-04-21 22:58:42 +0800 |
commit | ece7dcdcea82d0e1fbc104cf48b2928a449b8748 (patch) | |
tree | 906b25d18bd32c04517af1059c334443f8e4adf5 /plugins | |
parent | 394eeb4c34a944f1f046efb6e596531630240a56 (diff) | |
download | gsoc2013-evolution-ece7dcdcea82d0e1fbc104cf48b2928a449b8748.tar.gz gsoc2013-evolution-ece7dcdcea82d0e1fbc104cf48b2928a449b8748.tar.zst gsoc2013-evolution-ece7dcdcea82d0e1fbc104cf48b2928a449b8748.zip |
Fix migration event hook for google-account-setup and calendar-weather plugins
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml | 2 | ||||
-rw-r--r-- | plugins/google-account-setup/org-gnome-evolution-google.eplug.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml index 89c0d307d0..17ba087058 100644 --- a/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml +++ b/plugins/calendar-weather/org-gnome-calendar-weather.eplug.xml @@ -28,7 +28,7 @@ </group> </hook> <hook class="org.gnome.evolution.calendar.events:1.0"> - <event target="component" id="component.migration" handle="e_calendar_weather_migrate"/> + <event target="module" id="module.migration" handle="e_calendar_weather_migrate"/> </hook> </e-plugin> </e-plugin-list> diff --git a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml index 8eefe3dfce..2148cb8b50 100644 --- a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml +++ b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml @@ -12,7 +12,7 @@ </group> </hook> <hook class="org.gnome.evolution.calendar.events:1.0"> - <event target="component" id="component.migration" handle="e_calendar_google_migrate"/> + <event target="module" id="module.migration" handle="e_calendar_google_migrate"/> </hook> <hook class="org.gnome.evolution.addressbook.config:1.0"> |