[evolution-patches] 61779
- From: JP Rosevear <jpr novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 61779
- Date: Wed, 21 Jul 2004 17:57:28 -0400
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
? 61451.patch
? 61776.patch
? 61779.patch
? cal-conduits.patch
? cal-name.patch
? nav-scroll-2.patch
? nav-scroll-3.patch
? nav-scroll.patch
? gui/Helgdagar_2004.ics
? gui/cal-comp.patch
? gui/month.patch
? gui/monthview.patch
? gui/nav-scroll.patch
? gui/navigator.patch
? gui/new-editor-2.patch
? gui/new-editor.patch
? gui/old-e-cal-model.h
? gui/old.c
? gui/scroll.patch
? gui/sel.patch
? gui/summary.patch
? gui/temp2.c
? gui/alarm-notify/alarm.patch
? gui/dialogs/alarm-dialog.gladep
? gui/dialogs/alarm-list-dialog.gladep
? gui/dialogs/calendar-setup.gladep
? gui/dialogs/event-page.gladep
? gui/dialogs/meeting-page.gladep
? gui/dialogs/recurrence-page.gladep
? gui/dialogs/temp.c
? gui/dialogs/temp2.c
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2450
diff -u -r1.2450 ChangeLog
--- ChangeLog 19 Jul 2004 22:02:28 -0000 1.2450
+++ ChangeLog 21 Jul 2004 21:58:34 -0000
@@ -1,3 +1,13 @@
+2004-07-21 JP Rosevear <jpr novell com>
+
+ Fixes #61779
+
+ * gui/dialogs/task-page.c (init_widgets): listen for changes on
+ start and due dates
+
+ * gui/dialogs/task-details-page.c (init_widgets): listen for
+ changes on completion date
+
2004-07-16 JP Rosevear <jpr novell com>
Fixes #61451
Index: gui/dialogs/task-details-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-details-page.c,v
retrieving revision 1.41
diff -u -r1.41 task-details-page.c
--- gui/dialogs/task-details-page.c 22 Jun 2004 22:35:41 -0000 1.41
+++ gui/dialogs/task-details-page.c 21 Jul 2004 21:58:36 -0000
@@ -744,6 +744,8 @@
/* Completed Date */
g_signal_connect((priv->completed_date), "changed",
G_CALLBACK (date_changed_cb), tdpage);
+ g_signal_connect (priv->completed_date, "changed",
+ G_CALLBACK (field_changed_cb), tdpage);
/* URL */
g_signal_connect((priv->url), "changed",
Index: gui/dialogs/task-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-page.c,v
retrieving revision 1.63
diff -u -r1.63 task-page.c
--- gui/dialogs/task-page.c 22 Jun 2004 22:35:41 -0000 1.63
+++ gui/dialogs/task-page.c 21 Jul 2004 21:58:36 -0000
@@ -894,6 +894,10 @@
g_signal_connect((priv->summary), "changed",
G_CALLBACK (field_changed_cb), tpage);
+ g_signal_connect (priv->start_date, "changed",
+ G_CALLBACK (field_changed_cb), tpage);
+ g_signal_connect (priv->due_date, "changed",
+ G_CALLBACK (field_changed_cb), tpage);
g_signal_connect((priv->due_timezone), "changed",
G_CALLBACK (field_changed_cb), tpage);
g_signal_connect((priv->start_timezone), "changed",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]