aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-18 02:38:52 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-18 02:38:52 +0800
commit690dc0c36544d075bbc24cf42b8e0b645af43460 (patch)
treeab0c04a7c4e5afb97c37ddfafcef2df8af6ac3c8 /shell/evolution-shell-client.c
parent10291068a6526aefd6541399580b9bb5c819d838 (diff)
downloadgsoc2013-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/evolution-shell-client.c')
-rw-r--r--shell/evolution-shell-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/evolution-shell-client.c b/shell/evolution-shell-client.c
index b8d454155f..6b3f48e1f3 100644
--- a/shell/evolution-shell-client.c
+++ b/shell/evolution-shell-client.c
@@ -483,8 +483,8 @@ evolution_shell_client_set_line_status (EvolutionShellClient *shell_client,
GNOME_Evolution_Shell corba_shell;
CORBA_Environment ev;
- g_return_if_fail (shell_client != NULL, CORBA_OBJECT_NIL);
- g_return_if_fail (EVOLUTION_IS_SHELL_CLIENT (shell_client), CORBA_OBJECT_NIL);
+ g_return_if_fail (shell_client != NULL);
+ g_return_if_fail (EVOLUTION_IS_SHELL_CLIENT (shell_client));
CORBA_exception_init (&ev);
lass='commitgraph'>* Update to 1.8.4.itetcu2009-07-083-6/+14 * - Update to 1.8.3miwi2009-05-163-5/+19 * - Update to 1.8.1miwi2009-01-303-4/+10 * - Update to 1.8.0wxs2008-12-104-2540/+1837 * - Update to 1.7.1miwi2008-09-064-6/+592 * - Change the MOINSCRIPT to wikiserver.py when definedmiwi2008-07-072-2/+12 * - Update to 1.7.0miwi2008-06-274-66/+225 * - Update to 1.6.3miwi2008-06-213-8/+14 * - Update to 1.6.2beech2008-03-263-6/+9 * - Update to 1.6.1miwi2008-02-254-531/+735 * - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1 * - Update to 1.5.8lwhsu2007-05-293-4/+7 * Update to 1.5.7, give maintainership to submitter.delphij2007-02-093-5/+14 * Update to 1.5.6delphij2007-01-034-20/+5 * - Update to 1.5.5apav2006-09-294-10/+706 * - unbreak, fix pkg-plist errorclsung2006-07-142-7/+25 * Mark broken: fails to install.linimon2006-07-141-0/+2 * - update to 1.5.4clsung2006-07-062-4/+4 * - Updated to 1.5.3mnag2006-04-303-174/+264 * Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1 * - Update to 1.5.2.sem2006-04-053-754/+1642 * SHA256ifyedwin2006-01-241-0/+1 * Update to 1.3.5vsevolod2005-09-173-2803/+131 * - Drop maintainership. Some people seemed to show interest for this portflz2005-07-09