diff options
-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); |