[evolution-patches] A patch for calendar's gconf schema



Hi, Calendar developers,
Here is a simple patch based on HEAD. Please review it. Without it, the alarm won't show up on SUSE sometimes.
   I think it should be checked into 1.4 branch, too.
   Thanks!
      Harry
Index: evolution/calendar//ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1870
diff -u -r1.1870 ChangeLog
--- evolution/calendar//ChangeLog	12 Sep 2003 06:58:07 -0000	1.1870
+++ evolution/calendar//ChangeLog	15 Sep 2003 05:28:32 -0000
@@ -1,3 +1,8 @@
+2003-09-15  Harry Lu  <harry lu sun com>
+
+	* gui/apps_evolution_calendar.schemas: change last_notification_time's
+	type from string to int.
+
 2003-09-12  Bolian Yin <bolian yin sun com>
 
 	* e-week-view.c (e_week_view_focus): make jump button focusable
Index: evolution/calendar//gui/apps_evolution_calendar.schemas
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/apps_evolution_calendar.schemas,v
retrieving revision 1.6
diff -u -r1.6 apps_evolution_calendar.schemas
--- evolution/calendar//gui/apps_evolution_calendar.schemas	4 Jul 2003 10:36:25 -0000	1.6
+++ evolution/calendar//gui/apps_evolution_calendar.schemas	15 Sep 2003 05:28:32 -0000
@@ -325,7 +325,7 @@
       <key>/schemas/apps/evolution/calendar/notify/last_notification_time</key>
       <applyto>/apps/evolution/calendar/notify/last_notification_time</applyto>
       <owner>evolution-calendar</owner>
-      <type>string</type>
+      <type>int</type>
       <default>-1</default>
       <locale name="C">
         <short>Time last alarm ran</short>


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