Get rid of some annoying debugging messages.
svn path=/trunk/; revision=4815
This commit is contained in:
@ -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',
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user