evolution r36010 - trunk/shell
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36010 - trunk/shell
- Date: Mon, 18 Aug 2008 04:43:07 +0000 (UTC)
Author: mbarnes
Date: Mon Aug 18 04:43:06 2008
New Revision: 36010
URL: http://svn.gnome.org/viewvc/evolution?rev=36010&view=rev
Log:
Fix a little compiler warning I caused.
Modified:
trunk/shell/e-shell.c
Modified: trunk/shell/e-shell.c
==============================================================================
--- trunk/shell/e-shell.c (original)
+++ trunk/shell/e-shell.c Mon Aug 18 04:43:06 2008
@@ -1220,7 +1220,7 @@
gboolean
e_shell_get_crash_recovery (EShell *shell)
{
- g_return_val_if_fail (E_IS_SHELL (shell), NULL);
+ g_return_val_if_fail (E_IS_SHELL (shell), FALSE);
return shell->priv->crash_recovery;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]