aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-12 06:33:10 +0800
committerDan Winship <danw@src.gnome.org>2001-01-12 06:33:10 +0800
commitec3f086d9fc1c59044de4c8c99d985b752b44cc6 (patch)
tree7a9bb97e908ca217b6a4bc8f202ab6a1b0d91a12 /shell/e-shell-view.c
parent47d864c709acf663365af2dd539cbc88bfb87a86 (diff)
downloadgsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.tar
gsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.tar.gz
gsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.tar.bz2
gsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.tar.lz
gsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.tar.xz
gsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.tar.zst
gsoc2013-evolution-ec3f086d9fc1c59044de4c8c99d985b752b44cc6.zip
Remove the "Already have view for..." message. People keep assuming it's
* e-shell-view.c (show_existing_view): Remove the "Already have view for..." message. People keep assuming it's an error. svn path=/trunk/; revision=7411
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 7e5267c9e3..3a0c7a436d 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1372,8 +1372,6 @@ show_existing_view (EShellView *shell_view,
EShellViewPrivate *priv;
int notebook_page;
- g_print ("Already have view for %s\n", uri);
-
priv = shell_view->priv;
notebook_page = gtk_notebook_page_num (GTK_NOTEBOOK (priv->notebook), control);