diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-10-17 13:18:16 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-10-17 13:18:16 +0800 |
commit | 5ce1bbbbc83a42532b43788839321f2fac831dd1 (patch) | |
tree | 6ce21ed58818c88c5a99f1ac8a76a5b6166035ce /shell/e-shell.h | |
parent | 0803e3551c2d5ee774addba722d5d287bf2c689d (diff) | |
download | gsoc2013-evolution-5ce1bbbbc83a42532b43788839321f2fac831dd1.tar.gz gsoc2013-evolution-5ce1bbbbc83a42532b43788839321f2fac831dd1.tar.zst gsoc2013-evolution-5ce1bbbbc83a42532b43788839321f2fac831dd1.zip |
Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #548469 (Drop support for deprecated libnm-glib).
svn path=/trunk/; revision=36631
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 9a36594042..ab16ea819e 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -119,10 +119,8 @@ gboolean e_shell_save_settings (EShell *shell); void e_shell_close_all_windows (EShell *shell); EShellLineStatus e_shell_get_line_status (EShell *shell); -void e_shell_go_offline (EShell *shell, - EShellWindow *action_window, GNOME_Evolution_ShellState shell_state); -void e_shell_go_online (EShell *shell, - EShellWindow *action_window, GNOME_Evolution_ShellState shell_state); +void e_shell_set_line_status (EShell *shell, + GNOME_Evolution_ShellState shell_state); gboolean e_shell_get_crash_recovery (EShell *shell); void e_shell_set_crash_recovery (EShell *shell, |