Get rid of some annoying debugging messages.

svn path=/trunk/; revision=4815
This commit is contained in:
Ettore Perazzoli
2000-08-13 22:41:29 +00:00
parent d5e7aef9f2
commit 30c19e6e31
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* e-shell-view.c (shell_view_interface_set_message_cb): Removed
debugging message.
(shell_view_interface_unset_message_cb): Likewise.
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* e-shell-view.c: New members `progress_bar_timeout_id',

View File

@ -673,8 +673,6 @@ shell_view_interface_set_message_cb (EvolutionShellView *shell_view,
GnomeApp *app;
GnomeAppBar *app_bar;
g_print ("%s\n", __FUNCTION__);
app = GNOME_APP (data);
app_bar = GNOME_APPBAR (app->statusbar);
@ -698,8 +696,6 @@ shell_view_interface_unset_message_cb (EvolutionShellView *shell_view,
GnomeApp *app;
GnomeAppBar *app_bar;
g_print ("%s\n", __FUNCTION__);
app = GNOME_APP (data);
app_bar = GNOME_APPBAR (app->statusbar);