diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-18 02:38:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-18 02:38:52 +0800 |
commit | 690dc0c36544d075bbc24cf42b8e0b645af43460 (patch) | |
tree | ab0c04a7c4e5afb97c37ddfafcef2df8af6ac3c8 /shell/ChangeLog | |
parent | 10291068a6526aefd6541399580b9bb5c819d838 (diff) | |
download | gsoc2013-evolution-690dc0c36544d075bbc24cf42b8e0b645af43460.tar.gz gsoc2013-evolution-690dc0c36544d075bbc24cf42b8e0b645af43460.tar.zst gsoc2013-evolution-690dc0c36544d075bbc24cf42b8e0b645af43460.zip |
g_return_if_fail(), not g_return_val_if_fail().
* evolution-shell-client.c
(evolution_shell_client_set_line_status): g_return_if_fail(), not
g_return_val_if_fail().
svn path=/trunk/; revision=12167
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9ae2116d8d..5b772baa0c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,6 +1,12 @@ 2001-08-17 Ettore Perazzoli <ettore@ximian.com> * evolution-shell-client.c + (evolution_shell_client_set_line_status): g_return_if_fail(), not + g_return_val_if_fail(). + +2001-08-17 Ettore Perazzoli <ettore@ximian.com> + + * evolution-shell-client.c (evolution_shell_client_get_local_storage): Added some g_warnings for when we return CORBA_OBJECT_NIL; this might help to figure out what is wrong with bug #6625. Also, added a missing |