aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-25 18:48:16 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-25 18:48:16 +0800
commitec86e3f4d5d20bd6ce273030f7f6201fa6cc9851 (patch)
treeec2fdc7652c058d0d4a0a2e24291ebbef72d3d96 /calendar/ChangeLog
parentc31d93ccb23c2c7ba2faa82668d0a45a7bddf369 (diff)
downloadgsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.tar
gsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.tar.gz
gsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.tar.bz2
gsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.tar.lz
gsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.tar.xz
gsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.tar.zst
gsoc2013-evolution-ec86e3f4d5d20bd6ce273030f7f6201fa6cc9851.zip
fixes #325762
svn path=/trunk/; revision=31308
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7f18df0647..5369bf45c1 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,34 @@
2006-01-25 Chenthill Palanisamy <pchenthill@novell.com>
+ * gui/alarm-notify/alarm-queue.c: (popup_notification):
+ Removed the unsed variable filename. Do not set the icon
+ from pixbuf. Just pass the icon name to notification_new.
+
+2006-01-25 Srinivasa Ragavan <sragavan@novell.com>
+
+ Fixes #325762
+ * gui/alarm-notify/alarm-notify.c: (process_removal_in_hash),
+ (list_changed_cb), (load_calendars), (alarm_notify_init):
+ * gui/alarm-notify/alarm-queue.c: (open_alarm_dialog),
+ (tray_icon_clicked_cb), (icon_activated), (tray_icon_blink_cb),
+ (display_notification), , (alarm_queue_init),
+ (alarm_queue_remove_client):
+ * gui/dialogs/cal-prefs-dialog.c: (alarms_selection_changed),
+ (setup_changes), (initialize_selection), (show_alarms_config),
+ (show_config), (calendar_prefs_dialog_construct):
+ * gui/dialogs/cal-prefs-dialog.glade:
+ * gui/dialogs/cal-prefs-dialog.h: The alarms icon is show in the
+ notification tray only when there is an alarm. The selection
+ of calendars for alarms is moved to preferences.
+
+2006-01-25 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #
+ * gui/e-calendar-view.c: (on_unrecur_appointment):
+
+
+2006-01-25 Chenthill Palanisamy <pchenthill@novell.com>
+
Fixes #327879
* gui/dialogs/recurrence-page.c: (clear_widgets):