diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-27 01:28:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-27 01:28:29 +0800 |
commit | ccd5902f05457cccbed1d2181aa3ada67eebcc73 (patch) | |
tree | 98006d84efc2e5f38a9a84cfd0cb1eb092541489 /shell/e-shell-view.c | |
parent | edcb42096f0f467b0681025ac7e7ea6a3f4643c2 (diff) | |
download | gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.tar gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.tar.gz gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.tar.bz2 gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.tar.lz gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.tar.xz gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.tar.zst gsoc2013-evolution-ccd5902f05457cccbed1d2181aa3ada67eebcc73.zip |
Get rid of some debugging messages that were not supposed to be
committed.
svn path=/trunk/; revision=4350
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index e1d3acefa9..ac8db674d6 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -149,8 +149,6 @@ storage_set_view_box_button_release_event_cb (GtkWidget *widget, EShellView *shell_view; EShellViewPrivate *priv; - puts (__FUNCTION__); - shell_view = E_SHELL_VIEW (data); priv = shell_view->priv; @@ -171,8 +169,6 @@ popup_storage_set_view_close_button_clicked (ETitleBar *title_bar, EShellView *shell_view; EShellViewPrivate *priv; - puts (__FUNCTION__); - shell_view = E_SHELL_VIEW (data); priv = shell_view->priv; @@ -221,8 +217,6 @@ disconnect_popup_signals (EShellView *shell_view) { EShellViewPrivate *priv; - puts (__FUNCTION__); - priv = shell_view->priv; gtk_signal_disconnect_by_func (GTK_OBJECT (priv->storage_set_view_box), |