diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-12 06:33:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-12 06:33:10 +0800 |
commit | ec3f086d9fc1c59044de4c8c99d985b752b44cc6 (patch) | |
tree | 7a9bb97e908ca217b6a4bc8f202ab6a1b0d91a12 | |
parent | 47d864c709acf663365af2dd539cbc88bfb87a86 (diff) | |
download | gsoc2013-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
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-view.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f1b7c72b7d..db269e7bf3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-01-11 Dan Winship <danw@ximian.com> + + * e-shell-view.c (show_existing_view): Remove the "Already have + view for..." message. People keep assuming it's an error. + 2001-01-11 Iain Holmes <iain@ximian.com> * importer/*: New directory containing the importer framework. 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); |