aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-14 06:41:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-14 06:41:29 +0800
commit30c19e6e311cb54a7ccde1dfe5beeff641857689 (patch)
tree2fbe7f00ee68d62515eb6ebe08e29293e918ea95
parentd5e7aef9f23d87f1fa3e6ff51a8d567f7539ef0b (diff)
downloadgsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.gz
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.bz2
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.lz
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.xz
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.tar.zst
gsoc2013-evolution-30c19e6e311cb54a7ccde1dfe5beeff641857689.zip
Get rid of some annoying debugging messages.
svn path=/trunk/; revision=4815
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-view.c4
2 files changed, 6 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 69bff1ac3d..a797c0a7ca 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,11 @@
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',
`progress_bar_value' in `EShellViewPrivate'.
(init): Init them.
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index de62a5a4bf..8b62e57d2b 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -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);