[evolution/express] Fix a typo
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/express] Fix a typo
- Date: Tue, 2 Mar 2010 12:36:22 +0000 (UTC)
commit bfe85e2a88c83cd66c3122a00c8a8e3f0103a34d
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Tue Mar 2 18:03:13 2010 +0530
Fix a typo
shell/e-shell.c | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 896a571..9c0176f 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1672,21 +1672,18 @@ e_shell_set_online (EShell *shell,
}
/**
- * e_shell_get_online:
+ * e_shell_get_express_mode:
* @shell: an #EShell
*
- * Returns %TRUE if Evolution is online, %FALSE if Evolution is offline.
- * Evolution may be offline because the user elected to work offline, or
- * because the network has become unavailable.
+ * Returns %TRUE if Evolution is in express mode, %FALSE if Evolution not.
*
- * Returns: %TRUE if Evolution is online
**/
gboolean
e_shell_get_express_mode (EShell *shell)
{
g_return_val_if_fail (E_IS_SHELL (shell), FALSE);
- return shell->priv->online;
+ return shell->priv->express;
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]