diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-24 12:54:55 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-24 12:54:55 +0800 |
commit | 975b2f33f985cb9f57c8fc19b481de6a147cb49e (patch) | |
tree | a8bd12dd79b497c2116b6534200a9b428b696203 /shell/e-shell-view-menu.c | |
parent | d487683bb3f82a0905e075f2f689479e0b36727d (diff) | |
download | gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.tar gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.tar.gz gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.tar.bz2 gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.tar.lz gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.tar.xz gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.tar.zst gsoc2013-evolution-975b2f33f985cb9f57c8fc19b481de6a147cb49e.zip |
(command_work_online): Remove debugging
message.
(command_work_offline): Likewise.
svn path=/trunk/; revision=17563
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 89de502b3d..13415e35c4 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -518,7 +518,6 @@ command_work_offline (BonoboUIComponent *uih, shell_view = E_SHELL_VIEW (data); shell = e_shell_view_get_shell (shell_view); - g_message ("Putting the shell offline"); e_shell_go_offline (shell, shell_view); } @@ -533,7 +532,6 @@ command_work_online (BonoboUIComponent *uih, shell_view = E_SHELL_VIEW (data); shell = e_shell_view_get_shell (shell_view); - g_message ("Putting the shell online"); e_shell_go_online (shell, shell_view); } |