diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-03-08 15:59:02 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-03-08 15:59:02 +0800 |
commit | c406530d1249bcc4ecc03a775d24698f7683813f (patch) | |
tree | 7b784d2beb9b6cd7cf51234802e80485c2a325fe /calendar/ChangeLog | |
parent | e2a45d8e0e1b2f644a5365e18dad0949e0bbc9a1 (diff) | |
download | gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.tar gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.tar.gz gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.tar.bz2 gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.tar.lz gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.tar.xz gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.tar.zst gsoc2013-evolution-c406530d1249bcc4ecc03a775d24698f7683813f.zip |
Fixes #73141 Assign the updated client to priv->client and unref the old
2005-03-08 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #73141
* gui/dialogs/comp-editor.c:
(comp_editor_notify_client_changed):Assign the updated client
to priv->client and unref the old one.
svn path=/trunk/; revision=28979
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d12dd4e5a9..d533122b16 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-03-08 Chenthill Palanisamy <pchenthill@novell.com> + + Fixes #73141 + * gui/dialogs/comp-editor.c: + (comp_editor_notify_client_changed):Assign the updated client + to priv->client and unref the old one. + 2005-03-06 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/recur-comp.c (recur_component_dialog): disable dialog for @@ -21,6 +28,7 @@ (open_alarm_dialog): store the dialog returned by alarm_notify_dialog(). (tray_icon_destroyed_cb): destroy the dialog if still around. +>>>>>>> 1.2682 2005-02-28 Harish Krishnaswamy <kharish@novell.com> Fixes #69556 |