(command_work_online): Remove debugging
message. (command_work_offline): Likewise. svn path=/trunk/; revision=17563
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2002-07-24 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell-view-menu.c (command_work_online): Remove debugging
|
||||
message.
|
||||
(command_work_offline): Likewise.
|
||||
|
||||
2002-07-18 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell-folder-selection-dialog.c (double_click_cb): Renamed
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user