diff options
author | JP Rosevear <jpr@ximian.com> | 2003-04-11 16:54:00 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-11 16:54:00 +0800 |
commit | bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a (patch) | |
tree | 922dd87ee3804a8f75d0c1913402b4bd3b2b54c7 /calendar/ChangeLog | |
parent | 0025229dc5eac1ffe51ddcc2046fbaac251581d2 (diff) | |
download | gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.tar gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.tar.gz gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.tar.bz2 gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.tar.lz gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.tar.xz gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.tar.zst gsoc2013-evolution-bc3b18e4960f45aaf6cc1cb0cf6294bdc3dc990a.zip |
only print a message if the exception isn't the reasonable NotFound
2003-04-11 JP Rosevear <jpr@ximian.com>
* cal-client/cal-client.c (cal_client_get_free_busy): only print a
message if the exception isn't the reasonable NotFound
svn path=/trunk/; revision=20812
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 06ba24900e..63a809c3fd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2003-04-11 JP Rosevear <jpr@ximian.com> + * cal-client/cal-client.c (cal_client_get_free_busy): only print a + message if the exception isn't the reasonable NotFound + +2003-04-11 JP Rosevear <jpr@ximian.com> + * gui/dialogs/schedule-page.c (schedule_page_finalize): unref the main widget since we ref it when we un-parent it |