From 975b2f33f985cb9f57c8fc19b481de6a147cb49e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 24 Jul 2002 04:54:55 +0000 Subject: (command_work_online): Remove debugging message. (command_work_offline): Likewise. svn path=/trunk/; revision=17563 --- shell/ChangeLog | 6 ++++++ shell/e-shell-view-menu.c | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 29c61274e3..7563ff3e2d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2002-07-24 Ettore Perazzoli + + * e-shell-view-menu.c (command_work_online): Remove debugging + message. + (command_work_offline): Likewise. + 2002-07-18 Ettore Perazzoli * e-shell-folder-selection-dialog.c (double_click_cb): Renamed 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); } -- cgit v1.2.3