diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-02-08 02:47:06 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-02-08 02:47:06 +0800 |
commit | 9db9608ceaf67ad0864d33a3eb558be8c30fe63c (patch) | |
tree | b81b8eb9e8f27072e358e7031d4aab4bd2def89a /calendar/ChangeLog | |
parent | e359fec5c833af3dfea0745ed986fccb168bec1c (diff) | |
download | gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.tar gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.tar.gz gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.tar.bz2 gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.tar.lz gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.tar.xz gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.tar.zst gsoc2013-evolution-9db9608ceaf67ad0864d33a3eb558be8c30fe63c.zip |
Fixes #37706
2003-02-07 Rodrigo Moya <rodrigo@ximian.com>
Fixes #37706
* gui/comp-editor-factory.c (cal_opened_cb): added PERMISSION_DENIED
case for not ending process on g_assert_not_reached.
svn path=/trunk/; revision=19845
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d085efacee..f3276cd515 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-02-07 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #37706 + + * gui/comp-editor-factory.c (cal_opened_cb): added PERMISSION_DENIED + case for not ending process on g_assert_not_reached. + 2003-02-06 Ettore Perazzoli <ettore@ximian.com> * gui/e-day-view-time-item.c |