aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r--shell/e-shell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 137900214d..91ff459a65 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -99,9 +99,9 @@ void e_shell_send_receive (EShell *shell,
gboolean e_shell_get_network_available (EShell *shell);
void e_shell_set_network_available (EShell *shell,
gboolean network_available);
-gboolean e_shell_get_online_mode (EShell *shell);
-void e_shell_set_online_mode (EShell *shell,
- gboolean online_mode);
+gboolean e_shell_get_online (EShell *shell);
+void e_shell_set_online (EShell *shell,
+ gboolean online);
GtkWidget * e_shell_get_preferences_window (void);
void e_shell_event (EShell *shell,
const gchar *event_name,