[evolution] Fix migration event hook for google-account-setup and calendar-weather plugins



commit ffeeb7b8a40f5c50e66bde743b9147523bfc1bad
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Apr 21 14:34:46 2010 +0100

    Fix migration event hook for google-account-setup and calendar-weather plugins

 .../org-gnome-calendar-weather.eplug.xml           |    2 +-
 .../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 89c0d30..17ba087 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 8eefe3d..2148cb8 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">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]